Enable minimize to tray on linux in production
This commit is contained in:
parent
2ce23c20ee
commit
beee8414a3
6 changed files with 81 additions and 48 deletions
|
@ -310,15 +310,9 @@ async function renderPreferences() {
|
|||
isHideMenuBarSupported: Settings.isHideMenuBarSupported(OS),
|
||||
isNotificationAttentionSupported: Settings.isDrawAttentionSupported(OS),
|
||||
isSyncSupported: !isSyncNotSupported,
|
||||
isSystemTraySupported: Settings.isSystemTraySupported(
|
||||
OS,
|
||||
MinimalSignalContext.getVersion()
|
||||
),
|
||||
isSystemTraySupported: Settings.isSystemTraySupported(OS),
|
||||
isMinimizeToAndStartInSystemTraySupported:
|
||||
Settings.isMinimizeToAndStartInSystemTraySupported(
|
||||
OS,
|
||||
MinimalSignalContext.getVersion()
|
||||
),
|
||||
Settings.isMinimizeToAndStartInSystemTraySupported(OS),
|
||||
|
||||
// Change handlers
|
||||
onAudioNotificationsChange: attachRenderCallback(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue