pass 2
This commit is contained in:
parent
6124d9c04c
commit
2e53707324
20 changed files with 115 additions and 99 deletions
|
|
@ -84,8 +84,8 @@ const NavPanel = {
|
|||
this.editMode = !this.editMode
|
||||
},
|
||||
toggleCollapse() {
|
||||
useSyncConfigStore().setPreference({
|
||||
path: 'simple.collapseNav',
|
||||
useSyncConfigStore().setSimplePrefAndSave({
|
||||
path: 'collapseNav',
|
||||
value: !this.collapsed,
|
||||
})
|
||||
useSyncConfigStore().pushSyncConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue