mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-22 11:28:00 +00:00
build fix
This commit is contained in:
@@ -31,11 +31,13 @@
|
|||||||
"ngx-toastr": "^8.7.3",
|
"ngx-toastr": "^8.7.3",
|
||||||
"path": "0.12.7",
|
"path": "0.12.7",
|
||||||
"rxjs": "^6.1.0",
|
"rxjs": "^6.1.0",
|
||||||
"windows-blurbehind": "^1.0.0",
|
|
||||||
"windows-swca": "^1.1.1",
|
|
||||||
"yargs": "^12.0.1",
|
"yargs": "^12.0.1",
|
||||||
"zone.js": "~0.8.26"
|
"zone.js": "~0.8.26"
|
||||||
},
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"windows-blurbehind": "^1.0.0",
|
||||||
|
"windows-swca": "^1.1.1"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/mz": "0.0.31"
|
"@types/mz": "0.0.31"
|
||||||
}
|
}
|
||||||
|
@@ -64,25 +64,10 @@ ngb-tabset.vertical(type='pills', [activeId]='activeTab')
|
|||||||
.title Vibrancy
|
.title Vibrancy
|
||||||
.description Gives the window a blurred transparent background
|
.description Gives the window a blurred transparent background
|
||||||
|
|
||||||
.btn-group(
|
toggle(
|
||||||
[(ngModel)]='config.store.appearance.vibrancy',
|
[(ngModel)]='config.store.appearance.vibrancy',
|
||||||
(ngModelChange)='config.save(); (hostApp.platform === Platform.Windows && config.requestRestart())',
|
(ngModelChange)='config.save(); (hostApp.platform === Platform.Windows && config.requestRestart())'
|
||||||
ngbRadioGroup
|
|
||||||
)
|
)
|
||||||
label.btn.btn-secondary(ngbButtonLabel)
|
|
||||||
input(
|
|
||||||
type='radio',
|
|
||||||
ngbButton,
|
|
||||||
[value]='true'
|
|
||||||
)
|
|
||||||
| Enable
|
|
||||||
label.btn.btn-secondary(ngbButtonLabel)
|
|
||||||
input(
|
|
||||||
type='radio',
|
|
||||||
ngbButton,
|
|
||||||
[value]='false'
|
|
||||||
)
|
|
||||||
| Disable
|
|
||||||
|
|
||||||
.form-line(*ngIf='hostApp.platform !== Platform.Linux')
|
.form-line(*ngIf='hostApp.platform !== Platform.Linux')
|
||||||
.header
|
.header
|
||||||
|
Reference in New Issue
Block a user