forked from AkkomaGang/akkoma-fe
cleanup
This commit is contained in:
parent
138ec85003
commit
bcea2e4d12
1 changed files with 0 additions and 8 deletions
|
@ -13,14 +13,6 @@ const SettingsModal = {
|
|||
return this.$store.state.interface.settingsModalState === 'minimized'
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
closeModal () {
|
||||
this.$store.dispatch('closeSettingsModal')
|
||||
},
|
||||
peekModal () {
|
||||
this.$store.dispatch('togglePeekSettingsModal')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default SettingsModal
|
||||
|
|
Loading…
Reference in a new issue