adasdasdasdasd Ctrl+O action
This commit is contained in:
@@ -1,14 +1,3 @@
|
||||
local plugin = {}
|
||||
|
||||
function plugin.run()
|
||||
local window = berry.ui.createWindow("test window")
|
||||
berry.ui.app.mount(window)
|
||||
berry.ui.runOnEvent(window.Initialized, function()
|
||||
local test = berry.ui.createWidget("Static", "the absolute minimal experience")
|
||||
window.mount_in_window(test)
|
||||
end)
|
||||
|
||||
|
||||
end
|
||||
|
||||
return plugin
|
||||
Reference in New Issue
Block a user