mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 19:09:54 +00:00
fixed #490
This commit is contained in:
parent
a39eb31379
commit
146de1a2c0
@ -100,7 +100,7 @@ ngb-tabset.vertical(type='pills', [activeId]='activeTab')
|
|||||||
type='range',
|
type='range',
|
||||||
[(ngModel)]='config.store.appearance.opacity',
|
[(ngModel)]='config.store.appearance.opacity',
|
||||||
(ngModelChange)='config.save(); (hostApp.platform === Platform.Linux && config.requestRestart())',
|
(ngModelChange)='config.save(); (hostApp.platform === Platform.Linux && config.requestRestart())',
|
||||||
min='0.05',
|
min='0.4',
|
||||||
max='1',
|
max='1',
|
||||||
step='0.01'
|
step='0.01'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user