From 8e842fb28627dd925124c574f5fcac24d14c6f91 Mon Sep 17 00:00:00 2001 From: Hamza Date: Mon, 12 Jan 2026 13:33:57 +0100 Subject: [PATCH] fix(mail-settings): avoid duplicate api calls Signed-off-by: Hamza [skip ci] --- src/components/AppSettingsMenu.vue | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/components/AppSettingsMenu.vue b/src/components/AppSettingsMenu.vue index 5d2fcae9dd..a36a19f7ee 100755 --- a/src/components/AppSettingsMenu.vue +++ b/src/components/AppSettingsMenu.vue @@ -81,8 +81,7 @@ + :disabled="loadingAvatarSettings"> {{ t('mail', 'Avatars from Gravatar and favicons') }} @@ -95,8 +94,7 @@ + :disabled="loadingPrioritySettings"> {{ prioritySettingsText }} @@ -132,8 +130,7 @@ + :description="t('mail', 'Allow the app to collect and process data locally to adapt to your preferences')" /> @@ -144,8 +141,7 @@ v-model="useInternalAddresses" :disabled="loadingInternalAddresses" :label="internalAddressText" - :description="t('mail', 'Manage your internal addresses and domains to ensure recognized contacts stay unmarked')" - @update:modelValue="onToggleInternalAddress" /> + :description="t('mail', 'Manage your internal addresses and domains to ensure recognized contacts stay unmarked')" /> @@ -194,8 +190,7 @@ + :disabled="loadingFollowUpReminders"> {{ followUpReminderText }}