Fix logging and update system try (#488)

- Dorkbox SystemTray now automatically adds its shutdown hook, and removed the manual function
This commit is contained in:
Mitchell Syer
2023-02-05 13:51:35 -05:00
committed by GitHub
parent acc58dc892
commit 406cb46170
2 changed files with 5 additions and 11 deletions
@@ -51,8 +51,6 @@ object SystemTray {
}
)
systemTray.installShutdownHook()
return systemTray
} catch (e: Exception) {
e.printStackTrace()