oops
This commit is contained in:
parent
26e35b4ec6
commit
fbb44df30c
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@
|
|||
ipcRenderer.sendSync("import-eq").then((result) => {
|
||||
JSON.parse(result)
|
||||
let newPreset = new self.eqPreset()
|
||||
newPreset.name = res
|
||||
newPreset.name = result.name
|
||||
newPreset.frequencies = result.frequency
|
||||
newPreset.gain = result.gain
|
||||
newPreset.Q = result.q
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue