mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 14:14:27 +02:00
update code
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user