Add reset settings to options

This commit is contained in:
Tamius Han 2024-12-27 23:13:12 +01:00
parent 67f848a9ee
commit c85f211d5e

View File

@ -56,6 +56,21 @@
</OtherSiteSettings>
</template>
<!-- Reset options -->
<div class="flex flex-col" style="margin-top: 2rem">
<h2>Reset and backup</h2>
<p>
Pressing the button will reset settings to default without asking.
</p>
<button
class="danger"
@click="resetSettings"
>
Reset settings
</button>
</div>
</div>
</template>