Compare commits

...

2 commits

Author SHA1 Message Date
Henry Jameson
0ed54185b4 Merge branch 'setttingssync' into shigusegubu-themes3 2026-02-27 17:41:41 +02:00
Henry Jameson
85ac9a21fe use merged config for dontShowUpdateNotifs 2026-02-27 17:41:22 +02:00

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
)
},
},