diff --git a/src/views/Settings/components/Tabs/AdvancedTab.vue b/src/views/Settings/components/Tabs/AdvancedTab.vue
index d9a4778c..51a1e139 100644
--- a/src/views/Settings/components/Tabs/AdvancedTab.vue
+++ b/src/views/Settings/components/Tabs/AdvancedTab.vue
@@ -38,40 +38,28 @@
:label="t('view.settings.advanced.advanced.relaunch_vrchat.description')"
:value="relaunchVRChatAfterCrash"
:long-label="true"
- @change="
- setRelaunchVRChatAfterCrash();
- saveOpenVROption();
- " />
+ @change="setRelaunchVRChatAfterCrash" />
+ @change="setVrcQuitFix" />
+ @change="setAutoSweepVRChatCache" />
+ @change="setSelfInviteOverride" />
@@ -102,10 +90,7 @@
:label="t('view.settings.advanced.advanced.remote_database.enable')"
:value="avatarRemoteDatabase"
:long-label="true"
- @change="
- setAvatarRemoteDatabase(!avatarRemoteDatabase);
- saveOpenVROption();
- " />
+ @change="setAvatarRemoteDatabase(!avatarRemoteDatabase)" />
{{
t('view.settings.advanced.advanced.remote_database.avatar_database_provider')
@@ -441,7 +426,7 @@
const advancedSettingsStore = useAdvancedSettingsStore();
const notificationsSettingsStore = useNotificationsSettingsStore();
- const { saveOpenVROption, updateVRLastLocation, updateOpenVR } = useVrStore();
+ const { updateVRLastLocation, updateOpenVR } = useVrStore();
const { showLaunchOptions } = useLaunchStore();
const { enablePrimaryPasswordChange } = useAuthStore();
const { cachedConfig } = storeToRefs(useAuthStore());
diff --git a/src/views/Settings/components/Tabs/GeneralTab.vue b/src/views/Settings/components/Tabs/GeneralTab.vue
index 71977761..5ebcb25e 100644
--- a/src/views/Settings/components/Tabs/GeneralTab.vue
+++ b/src/views/Settings/components/Tabs/GeneralTab.vue
@@ -135,10 +135,7 @@
+ @change="setUdonExceptionLogging" />
+ @change="setDesktopToast($event)">
{{
t('view.settings.notifications.notifications.conditions.never')
}}
@@ -194,10 +191,7 @@
t('view.settings.notifications.notifications.desktop_notifications.desktop_notification_while_afk')
"
:value="afkDesktopToast"
- @change="
- setAfkDesktopToast();
- saveOpenVROption();
- " />
+ @change="setAfkDesktopToast" />
@@ -251,10 +245,7 @@
:label="t('view.settings.notifications.notifications.text_to_speech.use_memo_nicknames')"
:value="notificationTTSNickName"
:disabled="notificationTTS === 'Never'"
- @change="
- setNotificationTTSNickName();
- saveOpenVROption();
- " />
+ @change="setNotificationTTSNickName" />