mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
quit app when service is closed
This commit is contained in:
@ -85,6 +85,7 @@ class SysmondService extends OS.application.BaseService
|
||||
awake: () ->
|
||||
|
||||
cleanup: () ->
|
||||
@app.quit() if @app
|
||||
@sub.close() if @sub
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user