added createWindow

This commit is contained in:
SpookyDervish
2025-10-27 20:18:24 +11:00
parent 8a8eace2c8
commit 155cff8b43
3 changed files with 27 additions and 6 deletions

View File

@@ -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()