mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-15 12:48:22 +00:00
Update PreferencesPage.vue
This commit is contained in:
parent
5b9e0e90a4
commit
fea12957b2
@ -91,7 +91,12 @@
|
|||||||
<p v-t="'info.preferences_note'" />
|
<p v-t="'info.preferences_note'" />
|
||||||
<button class="btn" v-t="'actions.reset_preferences'" @click="resetPreferences()" />
|
<button class="btn" v-t="'actions.reset_preferences'" @click="resetPreferences()" />
|
||||||
<button class="btn mx-4" v-t="'actions.backup_preferences'" @click="backupPreferences()" />
|
<button class="btn mx-4" v-t="'actions.backup_preferences'" @click="backupPreferences()" />
|
||||||
<label for="fileSelector" class="btn" v-t="'actions.restore_preferences'" @click="restorePreferences()" />
|
<label
|
||||||
|
for="fileSelector"
|
||||||
|
class="btn text-center"
|
||||||
|
v-t="'actions.restore_preferences'"
|
||||||
|
@click="restorePreferences()"
|
||||||
|
/>
|
||||||
<input class="hidden" id="fileSelector" ref="fileSelector" type="file" @change="restorePreferences()" />
|
<input class="hidden" id="fileSelector" ref="fileSelector" type="file" @change="restorePreferences()" />
|
||||||
|
|
||||||
<!-- options that are visible only when logged in -->
|
<!-- options that are visible only when logged in -->
|
||||||
|
Loading…
Reference in New Issue
Block a user