use merged config for dontShowUpdateNotifs
This commit is contained in:
parent
d5222ff212
commit
85ac9a21fe
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ const UpdateNotification = {
|
|||
this.$store.state.users.currentUser &&
|
||||
useSyncConfigStore().flagStorage.updateCounter <
|
||||
CURRENT_UPDATE_COUNTER &&
|
||||
!useSyncConfigStore().prefsStorage.simple.dontShowUpdateNotifs
|
||||
!useSyncConfigStore().mergedConfig.dontShowUpdateNotifs
|
||||
)
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue