mirror of https://github.com/zlatinb/muwire
if core is not initialized, just shutdown
parent
4e6e1b6f5b
commit
1d5b12e2d7
|
@ -69,7 +69,8 @@ class Initialize extends AbstractLifecycleHandler {
|
|||
application.shutdown()
|
||||
}as Runnable)
|
||||
t.start()
|
||||
}
|
||||
} else
|
||||
application.shutdown()
|
||||
tray.remove(trayIcon)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue