mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
fixed #490
This commit is contained in:
parent
a39eb31379
commit
146de1a2c0
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ ngb-tabset.vertical(type='pills', [activeId]='activeTab')
|
|||
type='range',
|
||||
[(ngModel)]='config.store.appearance.opacity',
|
||||
(ngModelChange)='config.save(); (hostApp.platform === Platform.Linux && config.requestRestart())',
|
||||
min='0.05',
|
||||
min='0.4',
|
||||
max='1',
|
||||
step='0.01'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue