track if settings modal has been opened once
This commit is contained in:
parent
94436c1f85
commit
4fae2f8ea8
3 changed files with 8 additions and 1 deletions
|
@ -30,6 +30,9 @@ const SettingsModal = {
|
|||
modalActivated () {
|
||||
return this.$store.state.interface.settingsModalState !== 'hidden'
|
||||
},
|
||||
modalOpenedOnce () {
|
||||
return this.$store.state.interface.settingsModalLoaded
|
||||
},
|
||||
modalPeeked () {
|
||||
return this.$store.state.interface.settingsModalState === 'minimized'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue