pass 2
This commit is contained in:
parent
6124d9c04c
commit
2e53707324
20 changed files with 115 additions and 99 deletions
|
|
@ -124,8 +124,8 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
toggleNotificationFilter(type) {
|
||||
useSyncConfigStore().setPreference({
|
||||
path: 'simple.notificationVisibility',
|
||||
useSyncConfigStore().setSimplePrefAndSave({
|
||||
path: 'notificationVisibility',
|
||||
value: {
|
||||
...this.filters,
|
||||
[type]: !this.filters[type],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue