From b48619878f1d437545eeda0b8d24b70d28c667da Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Tue, 10 Dec 2024 17:08:58 -0800 Subject: [PATCH] Replace deprecated InputSwitch with ToggleSwitch (#1861) --- src/components/install/DesktopSettingsConfiguration.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/install/DesktopSettingsConfiguration.vue b/src/components/install/DesktopSettingsConfiguration.vue index 48f792dbd..9eb9d3550 100644 --- a/src/components/install/DesktopSettingsConfiguration.vue +++ b/src/components/install/DesktopSettingsConfiguration.vue @@ -21,7 +21,7 @@ {{ $t('install.settings.autoUpdateDescription') }}

- + @@ -43,7 +43,7 @@ {{ $t('install.settings.learnMoreAboutData') }} - + @@ -98,7 +98,7 @@