config defaults tweaks

This commit is contained in:
Eugene Pankov 2021-12-19 17:56:50 +01:00
parent cfc9333c02
commit 5249a9076a
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
5 changed files with 2 additions and 4 deletions

View File

@ -76,4 +76,3 @@ hotkeys:
- 'Ctrl-Alt-T' - 'Ctrl-Alt-T'
profile-selector: profile-selector:
- 'Ctrl-Shift-T' - 'Ctrl-Shift-T'
pluginBlacklist: ['ssh']

View File

@ -75,4 +75,3 @@ hotkeys:
- '⌘-E' - '⌘-E'
switch-profile: switch-profile:
- '⌘-Shift-E' - '⌘-Shift-E'
pluginBlacklist: ['ssh']

View File

@ -77,4 +77,3 @@ hotkeys:
- 'Ctrl-Alt-T' - 'Ctrl-Alt-T'
profile-selector: profile-selector:
- 'Ctrl-Shift-T' - 'Ctrl-Shift-T'
pluginBlacklist: []

View File

@ -35,3 +35,4 @@ version: 1
vault: null vault: null
encrypted: false encrypted: false
enableExperimentalFeatures: false enableExperimentalFeatures: false
pluginBlacklist: []

View File

@ -30,7 +30,7 @@ export class ElectronUpdaterService extends UpdaterService {
} }
this.autoUpdater = electron.remote.require('electron-updater').autoUpdater this.autoUpdater = electron.remote.require('electron-updater').autoUpdater
this.autoUpdater.autoDownload = false this.autoUpdater.autoDownload = true
this.autoUpdater.autoInstallOnAppQuit = false this.autoUpdater.autoInstallOnAppQuit = false
this.autoUpdater.on('update-available', () => { this.autoUpdater.on('update-available', () => {