fixes for running without local plugin

This commit is contained in:
Eugene Pankov 2021-05-16 18:59:14 +02:00
parent 38136a5f33
commit 8f2a3f1333
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
3 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,8 @@ appearance:
opacity: 1.0
vibrancy: true
vibrancyType: 'blur'
terminal:
recoverTabs: true
enableAnalytics: true
enableWelcomeTab: true
electronFlags:

View File

@ -43,7 +43,7 @@ h3.mb-3 Terminal
)
| Audible
.alert.alert-info.d-flex.align-items-center(*ngIf='config.store.terminal.bell != "audible" && config.store.terminal.profile.startsWith("wsl")')
.alert.alert-info.d-flex.align-items-center(*ngIf='config.store.terminal.bell != "audible" && (config.store.terminal.profile || "").startsWith("wsl")')
.mr-auto WSL terminal bell can only be muted via Volume Mixer
button.btn.btn-secondary((click)='openWSLVolumeMixer()') Show Mixer

View File

@ -49,7 +49,6 @@ export class TerminalConfigProvider extends ConfigProvider {
],
},
customColorSchemes: [],
recoverTabs: true,
warnOnMultilinePaste: true,
searchRegexAlwaysEnabled: false,
searchOptions: {