update code

This commit is contained in:
Xuan Sang LE
2020-06-05 17:45:07 +02:00
parent aae08d9efe
commit 676cce26c2
61 changed files with 685 additions and 264 deletions

View File

@ -1,4 +1,4 @@
class About extends this.OS.GUI.BaseApplication
class About extends this.OS.application.BaseApplication
constructor: ( args ) ->
super "About", args
@ -14,7 +14,7 @@ class About extends this.OS.GUI.BaseApplication
.catch () =>
@notify __("Unable to read: {0}", path)
@find("btnclose").set "onbtclick", () =>
@find("btnclose").onbtclick = () =>
@quit()
About.singleton = true