forked from btclock/webui
feat: Add restore screen after zap setting
This commit is contained in:
parent
20d0b04499
commit
22c5bb2bee
5 changed files with 23 additions and 5 deletions
|
@ -285,6 +285,20 @@
|
|||
/>
|
||||
{/if}
|
||||
</Row>
|
||||
<Row>
|
||||
<SettingsSwitch
|
||||
id="screenRestoreZap"
|
||||
bind:checked={$settings.scrnRestoreZap}
|
||||
label={$_('section.settings.screenRestoreZap', {
|
||||
default: 'Restore previous screen state after zap (Uses {setting} setting)',
|
||||
values: {
|
||||
setting: $_('section.settings.timePerScreen')
|
||||
}
|
||||
})}
|
||||
size={$uiSettings.inputSize}
|
||||
col={{ md: '12', xl: '12', xxl: '12' }}
|
||||
/>
|
||||
</Row>
|
||||
<SettingsInput
|
||||
id="nostrZapPubkey"
|
||||
label={$_('section.settings.nostrZapPubkey')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue