diff --git a/src/components/Configuration/ConfigContainer.vue b/src/components/Configuration/ConfigContainer.vue index 4f6eefc0..ae9e4ff1 100644 --- a/src/components/Configuration/ConfigContainer.vue +++ b/src/components/Configuration/ConfigContainer.vue @@ -13,11 +13,11 @@ {{ $t('config.edit-config-button') }} - - @@ -67,6 +67,9 @@ + + + @@ -83,6 +86,7 @@ import { localStorageKeys, modalNames } from '@/utils/defaults'; import { getUsersLanguage } from '@/utils/ConfigHelpers'; import JsonEditor from '@/components/Configuration/JsonEditor'; import CustomCssEditor from '@/components/Configuration/CustomCss'; +import CloudBackupRestore from '@/components/Configuration/CloudBackupRestore'; import RebuildApp from '@/components/Configuration/RebuildApp'; import AppVersion from '@/components/Configuration/AppVersion'; @@ -119,6 +123,7 @@ export default { components: { JsonEditor, CustomCssEditor, + CloudBackupRestore, RebuildApp, AppVersion, DownloadIcon, @@ -142,9 +147,6 @@ export default { openAboutModal() { this.$modal.show(modalNames.ABOUT_APP); }, - openCloudSync() { - this.$modal.show(modalNames.CLOUD_BACKUP); - }, openLanguageSwitchModal() { this.$modal.show(modalNames.LANG_SWITCHER); }, diff --git a/src/components/Settings/ConfigLauncher.vue b/src/components/Settings/ConfigLauncher.vue index d16141e3..ac06658b 100644 --- a/src/components/Settings/ConfigLauncher.vue +++ b/src/components/Settings/ConfigLauncher.vue @@ -5,8 +5,6 @@
-
@@ -15,12 +13,6 @@ - - - - - @@ -33,9 +25,7 @@