mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-08-28 06:42:35 +02:00
add vfsx protocol
This commit is contained in:
@@ -24,8 +24,10 @@ class AntunnelService extends OS.application.BaseService
|
||||
@iconclass = "fa fa-close" unless @is_connect
|
||||
@update()
|
||||
OS.onexit "cleanupAntunnel", () =>
|
||||
Antunnel.tunnel.close() if Antunnel.tunnel
|
||||
@quit()
|
||||
return new Promise (resolve, reject) =>
|
||||
Antunnel.tunnel.close() if Antunnel.tunnel
|
||||
@quit()
|
||||
resolve(true)
|
||||
|
||||
|
||||
action: (e) ->
|
||||
|
Reference in New Issue
Block a user