pass 2
This commit is contained in:
parent
6124d9c04c
commit
2e53707324
20 changed files with 115 additions and 99 deletions
|
|
@ -61,8 +61,8 @@ const ExtraNotifications = {
|
|||
return useInterfaceStore().openSettingsModalTab('notifications')
|
||||
},
|
||||
dismissConfigurationTip() {
|
||||
return useSyncConfigStore().setPreference({
|
||||
path: 'simple.showExtraNotificationsTip',
|
||||
return useSyncConfigStore().setSimplePrefAndSave({
|
||||
path: 'showExtraNotificationsTip',
|
||||
value: false,
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue