This commit is contained in:
Eugene Pankov 2018-10-31 17:33:03 +01:00
parent a39eb31379
commit 146de1a2c0

View file

@ -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'
)