This commit is contained in:
Hartmut Seichter 2020-12-02 15:22:39 +01:00
parent 0cd3c99119
commit bf41ce9544
3 changed files with 10 additions and 3 deletions

View file

@ -8,7 +8,7 @@ pw.script:load_all()
print("hello pixwerx!")
local w = pw.window.new()
w.visible = false
--w.visible = false
-- set title
w.title = "pixwerx 0.1"