mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-27 11:19:47 +02:00
remote handler
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
class wTerm extends this.OS.GUI.BaseApplication
|
||||
constructor: () ->
|
||||
super "wTerm"
|
||||
constructor: (args) ->
|
||||
super "wTerm", args
|
||||
|
||||
main: () ->
|
||||
me = @
|
||||
|
Reference in New Issue
Block a user