forked from btclock/webui
Add Mow suffix mode setting
This commit is contained in:
parent
e5244c2356
commit
220b961d63
5 changed files with 18 additions and 4 deletions
|
@ -651,6 +651,16 @@
|
|||
label={$_('section.settings.suffixPrice')}
|
||||
/>
|
||||
</Col>
|
||||
<Col md="6" xl="12" xxl="6">
|
||||
<Input
|
||||
disabled={!$settings.suffixPrice}
|
||||
id="mowMode"
|
||||
bind:checked={$settings.mowMode}
|
||||
type="switch"
|
||||
bsSize={$uiSettings.inputSize}
|
||||
label={$_('section.settings.mowMode')}
|
||||
/>
|
||||
</Col>
|
||||
<Col md="6" xl="12" xxl="6">
|
||||
<Input
|
||||
id="disableLeds"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue