Update general.vue

This commit is contained in:
gayolGate | Dev Studio 2022-09-11 14:12:45 +02:00 committed by GitHub
parent 7862e3eef9
commit b4ecf69e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@
>
<v-card-title>{{ lang.backup }}</v-card-title>
<v-card-text>
<p>Backup or restore your application settings</p>
<p>{{ lang.backupinfo }}</p>
</v-card-text>
<v-card-actions>
<v-btn rounded color="primary darken-2" @click="registryBackup">{{ lang.backup }}</v-btn>
<v-btn rounded depressed class="background--text ml-2" color="primary" @click="registryBackup">{{ lang.backup }}</v-btn>
<v-btn rounded @click="registryRestore">{{ lang.restore }}</v-btn>
</v-card-actions>
</v-card>