made buttons funcional in audio settings menu
This commit is contained in:
parent
f4ce9ccafd
commit
a3e5979e47
1 changed files with 4 additions and 2 deletions
|
@ -35,10 +35,12 @@
|
||||||
mounted() {},
|
mounted() {},
|
||||||
methods: {
|
methods: {
|
||||||
openEqualizer() {
|
openEqualizer() {
|
||||||
|
app.modals.equalizer = true
|
||||||
|
app.modals.audioSettings = false
|
||||||
},
|
},
|
||||||
openSpacialAudio() {
|
openSpacialAudio() {
|
||||||
|
app.modals.spatialProperties = true
|
||||||
|
app.modals.audioSettings = false
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue