diff options
| author | Henry Jameson <me@hjkos.com> | 2021-03-08 21:03:55 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-03-08 21:03:55 +0200 |
| commit | 914b4eb5938f00284afff3c210dcafa94e48f510 (patch) | |
| tree | 3f6177da6237744c1bcb14fbe4ea284da998c163 /src/components/settings_modal/settings_modal.vue | |
| parent | 395e12cbc6e22459508023daabba87b62a65050e (diff) | |
lint
Diffstat (limited to 'src/components/settings_modal/settings_modal.vue')
| -rw-r--r-- | src/components/settings_modal/settings_modal.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/settings_modal/settings_modal.vue b/src/components/settings_modal/settings_modal.vue index c37608e2..c7da5433 100644 --- a/src/components/settings_modal/settings_modal.vue +++ b/src/components/settings_modal/settings_modal.vue @@ -31,8 +31,8 @@ </transition> <button class="btn button-default" - @click="peekModal" :title="$t('general.peek')" + @click="peekModal" > <FAIcon :icon="['far', 'window-minimize']" @@ -41,8 +41,8 @@ </button> <button class="btn button-default" - @click="closeModal" :title="$t('general.close')" + @click="closeModal" > <FAIcon icon="times" @@ -61,12 +61,12 @@ :offset="{ y: 5, x: 5 }" :bound-to="{ x: 'container' }" remove-padding - > + > <button slot="trigger" class="btn button-default" :title="$t('general.close')" - > + > <span>{{ $t("settings.file_export_import.backup_restore") }}</span> <FAIcon icon="chevron-down" |
