Changes for Preferences menu and cleanup.

This commit is contained in:
FireMasterK
2022-01-12 11:27:08 +00:00
parent a9e7d79121
commit fb3ac51cd8
11 changed files with 69 additions and 60 deletions

View File

@@ -8,7 +8,7 @@
<strong v-text="`Selected Subscriptions: ${selectedSubscriptions}`" />
</div>
<div class="uk-form-row">
<strong>Override: <input v-model="override" class="uk-checkbox" type="checkbox" /></strong>
<strong>Override: <input v-model="override" class="checkbox" type="checkbox" /></strong>
</div>
<div class="uk-form-row">
<a class="uk-width-1-1 btn uk-button-large w-auto" @click="handleImport">Import</a>