Set auto-update as default
This commit is contained in:
parent
a614a6ff9c
commit
bcaaaac586
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ const initialState: SettingsState = {
|
|||
},
|
||||
},
|
||||
window: {
|
||||
disableAutoUpdate: true,
|
||||
disableAutoUpdate: false,
|
||||
exitToTray: false,
|
||||
minimizeToTray: false,
|
||||
windowBarStyle: Platform.WEB,
|
||||
|
|
Reference in a new issue