enable autoupdate option for everyone
This commit is contained in:
@@ -362,17 +362,15 @@
|
|||||||
on:click={() => changeSettings('isAPIDebuggingEnabled')}
|
on:click={() => changeSettings('isAPIDebuggingEnabled')}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{#if browser && $features.beta}
|
<div class="grid grid-cols-2 items-center">
|
||||||
<div class="grid grid-cols-2 items-center">
|
<Setting
|
||||||
<Setting
|
id="isAutoUpdateEnabled"
|
||||||
id="isAutoUpdateEnabled"
|
bind:setting={isAutoUpdateEnabled}
|
||||||
bind:setting={isAutoUpdateEnabled}
|
title={$t('setting.auto_update_enabled')}
|
||||||
title={$t('setting.auto_update_enabled')}
|
description={$t('setting.auto_update_enabled_explainer')}
|
||||||
description={$t('setting.auto_update_enabled_explainer')}
|
on:click={() => changeSettings('isAutoUpdateEnabled')}
|
||||||
on:click={() => changeSettings('isAutoUpdateEnabled')}
|
/>
|
||||||
/>
|
</div>
|
||||||
</div>
|
|
||||||
{/if}
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user