Compare commits
2 commits
c91dfb5a54
...
efe31cafb0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efe31cafb0 | ||
|
|
bd9fcf619d |
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ export const useInterfaceStore = defineStore('interface', {
|
|||
this.settingsModalState = newState
|
||||
}
|
||||
},
|
||||
togglePeekSettingsModal() {
|
||||
toggleMinimizeSettingsModal() {
|
||||
switch (this.settingsModalState) {
|
||||
case 'minimized':
|
||||
this.settingsModalState = 'visible'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue