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