This commit is contained in:
vapormusic 2022-01-29 13:41:52 +07:00
parent 0a58f71df7
commit 6ebac37d80

View file

@ -362,6 +362,7 @@
}, },
applyPreset(preset) { applyPreset(preset) {
Object.assign(this.$root.cfg.audio.equalizer, preset) Object.assign(this.$root.cfg.audio.equalizer, preset)
this.changePreamp()
for (var i = 0; i < 10; i++) { for (var i = 0; i < 10; i++) {
this.changeGain(i) this.changeGain(i)
this.changeFreq(i) this.changeFreq(i)