Add Mow suffix mode setting
All checks were successful
/ check-changes (push) Successful in 8s
/ build (push) Successful in 4m43s

This commit is contained in:
Djuri Baars 2024-11-27 10:03:32 +01:00
parent da3c70285d
commit d74e9dab60
5 changed files with 18 additions and 4 deletions

View file

@ -42,7 +42,8 @@
"httpAuthUser": "WebUI-Benutzername",
"httpAuthPass": "WebUI-Passwort",
"httpAuthText": "Schützt nur die WebUI mit einem Passwort, nicht API-Aufrufe.",
"currencies": "Währungen"
"currencies": "Währungen",
"mowMode": "Mow suffixmodus"
},
"control": {
"systemInfo": "Systeminfo",

View file

@ -54,7 +54,8 @@
"httpAuthText": "Only password-protects WebUI, not API-calls.",
"currencies": "Currencies",
"stagingSource": "Use Staging datasource (for development)",
"useNostrTooltip": "Very experimental and unstable. Nostr data source is not required for Nostr Zap notifications."
"useNostrTooltip": "Very experimental and unstable. Nostr data source is not required for Nostr Zap notifications.",
"mowMode": "Mow Suffix Mode"
},
"control": {
"systemInfo": "System info",

View file

@ -41,7 +41,8 @@
"httpAuthUser": "Nombre de usuario WebUI",
"httpAuthPass": "Contraseña WebUI",
"httpAuthText": "Solo la WebUI está protegida con contraseña, no las llamadas API.",
"currencies": "Monedas"
"currencies": "Monedas",
"mowMode": "Modo de sufijo Mow"
},
"control": {
"turnOff": "Apagar",

View file

@ -42,7 +42,8 @@
"httpAuthUser": "WebUI-gebruikersnaam",
"httpAuthPass": "WebUI-wachtwoord",
"httpAuthText": "Beveiligd enkel WebUI, niet de API.",
"currencies": "Valuta's"
"currencies": "Valuta's",
"mowMode": "Mow achtervoegsel"
},
"control": {
"systemInfo": "Systeeminformatie",

View file

@ -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"