Officially support the system tray on Linux, in beta only
This commit is contained in:
@@ -280,7 +280,9 @@
|
||||
props: {
|
||||
i18n,
|
||||
initialValue: window.initialData.systemTray,
|
||||
isSystemTraySupported: Settings.isSystemTraySupported(),
|
||||
isSystemTraySupported: Settings.isSystemTraySupported(
|
||||
window.getVersion()
|
||||
),
|
||||
onChange: window.setSystemTraySetting,
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user