if core is not initialized, just shutdown
This commit is contained in:
@ -69,7 +69,8 @@ class Initialize extends AbstractLifecycleHandler {
|
||||
application.shutdown()
|
||||
}as Runnable)
|
||||
t.start()
|
||||
}
|
||||
} else
|
||||
application.shutdown()
|
||||
tray.remove(trayIcon)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user