use merged config for dontShowUpdateNotifs

This commit is contained in:
Henry Jameson 2026-02-27 17:41:08 +02:00
commit 85ac9a21fe

View file

@ -43,7 +43,7 @@ const UpdateNotification = {
this.$store.state.users.currentUser &&
useSyncConfigStore().flagStorage.updateCounter <
CURRENT_UPDATE_COUNTER &&
!useSyncConfigStore().prefsStorage.simple.dontShowUpdateNotifs
!useSyncConfigStore().mergedConfig.dontShowUpdateNotifs
)
},
},