mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
Fix MacOS crashing on launch (#132)
This commit is contained in:
@@ -24,6 +24,10 @@ object SystemTray {
|
|||||||
|
|
||||||
CacheUtil.clear(BuildConfig.NAME)
|
CacheUtil.clear(BuildConfig.NAME)
|
||||||
|
|
||||||
|
if (System.getProperty("os.name").startsWith("Mac")) {
|
||||||
|
SystemTray.FORCE_TRAY_TYPE = SystemTray.TrayType.Awt
|
||||||
|
}
|
||||||
|
|
||||||
val systemTray = SystemTray.get(BuildConfig.NAME) ?: return null
|
val systemTray = SystemTray.get(BuildConfig.NAME) ?: return null
|
||||||
val mainMenu = systemTray.menu
|
val mainMenu = systemTray.menu
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user