configurable auto-update mode

This commit is contained in:
SPRINX0\prochazka
2024-09-09 16:03:49 +02:00
parent db1d4aa555
commit 2db3f14509
2 changed files with 18 additions and 3 deletions

View File

@@ -342,6 +342,18 @@ ORDER BY
<div class="heading">Other</div>
<FormTextField name="other.gistCreateToken" label="API token for creating error gists" defaultValue="" />
<FormSelectField
label="Auto update application"
name="app.autoUpdateMode"
isNative
defaultValue=""
options={[
{ value: 'skip', label: 'Do not check for new versions' },
{ value: '', label: 'Check for new versions' },
{ value: 'download', label: 'Check and download new versions' },
]}
/>
</svelte:fragment>
<svelte:fragment slot="7">