Add apply and reset themes to top of theme tab

This commit is contained in:
Eris 2021-06-14 20:09:28 +00:00
parent 2725a0c639
commit 8fa0331771

View file

@ -1,6 +1,21 @@
<template>
<div class="theme-tab">
<div class="presets-container">
<div class="apply-container">
<button
class="btn button-default submit"
:disabled="!themeValid"
@click="setCustomTheme"
>
{{ $t('general.apply') }}
</button>
<button
class="btn button-default"
@click="clearAll"
>
{{ $t('settings.style.switcher.reset') }}
</button>
</div><br>
<div class="save-load">
<div
v-if="themeWarning"