Officially support the system tray on Linux, in beta only

This commit is contained in:
Evan Hahn
2021-06-29 14:29:40 -05:00
committed by GitHub
parent af1f2ea449
commit 8b30fc17cd
6 changed files with 40 additions and 22 deletions

View File

@@ -280,7 +280,9 @@
props: {
i18n,
initialValue: window.initialData.systemTray,
isSystemTraySupported: Settings.isSystemTraySupported(),
isSystemTraySupported: Settings.isSystemTraySupported(
window.getVersion()
),
onChange: window.setSystemTraySetting,
},
});