fix: Fix luxLightToggle input
This commit is contained in:
parent
19c2b152a0
commit
7f68cae6a0
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@
|
|||
id="luxLightToggle"
|
||||
label={`${$_('section.settings.luxLightToggle')} (${$settings.luxLightToggle})`}
|
||||
bind:value={$settings.luxLightToggle}
|
||||
onInput={(e) => ($settings.luxLightToggle = Number(e.target.value))}
|
||||
type="range"
|
||||
min={0}
|
||||
max={1000}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue