mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-25 13:59:52 +00:00
fixes for running without local plugin
This commit is contained in:
parent
38136a5f33
commit
8f2a3f1333
@ -14,6 +14,8 @@ appearance:
|
||||
opacity: 1.0
|
||||
vibrancy: true
|
||||
vibrancyType: 'blur'
|
||||
terminal:
|
||||
recoverTabs: true
|
||||
enableAnalytics: true
|
||||
enableWelcomeTab: true
|
||||
electronFlags:
|
||||
|
@ -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
|
||||
|
||||
|
@ -49,7 +49,6 @@ export class TerminalConfigProvider extends ConfigProvider {
|
||||
],
|
||||
},
|
||||
customColorSchemes: [],
|
||||
recoverTabs: true,
|
||||
warnOnMultilinePaste: true,
|
||||
searchRegexAlwaysEnabled: false,
|
||||
searchOptions: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user