feat: Add restore screen after zap setting

This commit is contained in:
Djuri 2025-06-12 16:08:47 +02:00
parent 20d0b04499
commit 22c5bb2bee
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1
5 changed files with 23 additions and 5 deletions

View file

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