enable autoupdate option for everyone
This commit is contained in:
@@ -362,7 +362,6 @@
|
|||||||
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"
|
||||||
@@ -372,7 +371,6 @@
|
|||||||
on:click={() => changeSettings('isAutoUpdateEnabled')}
|
on:click={() => changeSettings('isAutoUpdateEnabled')}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user