added createWindow
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local plugin = {}
|
||||
|
||||
function testAction()
|
||||
berry.ui.notify("I just ran the test action!")
|
||||
local window = berry.ui.createWindow("test window")
|
||||
end
|
||||
|
||||
function plugin.init()
|
||||
|
||||
Reference in New Issue
Block a user