From 85ac9a21feb990d75dc9644c4cc2f529ef2ac961 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 27 Feb 2026 17:41:08 +0200 Subject: [PATCH] use merged config for dontShowUpdateNotifs --- src/components/update_notification/update_notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/update_notification/update_notification.js b/src/components/update_notification/update_notification.js index 7134019e1..f9084e54d 100644 --- a/src/components/update_notification/update_notification.js +++ b/src/components/update_notification/update_notification.js @@ -43,7 +43,7 @@ const UpdateNotification = { this.$store.state.users.currentUser && useSyncConfigStore().flagStorage.updateCounter < CURRENT_UPDATE_COUNTER && - !useSyncConfigStore().prefsStorage.simple.dontShowUpdateNotifs + !useSyncConfigStore().mergedConfig.dontShowUpdateNotifs ) }, },