Disables auto-download updates on Linux
This commit is contained in:
parent
0e2885a5a6
commit
353fea5d66
4 changed files with 18 additions and 9 deletions
|
@ -305,6 +305,7 @@ async function renderPreferences() {
|
|||
|
||||
// Limited support features
|
||||
isAudioNotificationsSupported: Settings.isAudioNotificationSupported(),
|
||||
isAutoDownloadUpdatesSupported: Settings.isAutoDownloadUpdatesSupported(),
|
||||
isAutoLaunchSupported: Settings.isAutoLaunchSupported(),
|
||||
isHideMenuBarSupported: Settings.isHideMenuBarSupported(),
|
||||
isNotificationAttentionSupported: Settings.isDrawAttentionSupported(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue