Compare commits
No commits in common. "efe31cafb0c3c3f332feb0a19b1a9c320c76bac0" and "c91dfb5a54c2b94dce13f0646173c8dfa6dad353" have entirely different histories.
efe31cafb0
...
c91dfb5a54
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ export const useInterfaceStore = defineStore('interface', {
|
|||
this.settingsModalState = newState
|
||||
}
|
||||
},
|
||||
toggleMinimizeSettingsModal() {
|
||||
togglePeekSettingsModal() {
|
||||
switch (this.settingsModalState) {
|
||||
case 'minimized':
|
||||
this.settingsModalState = 'visible'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue