mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 02:27:37 +00:00
Turn off eq by default for prod mode
This commit is contained in:
parent
19f94e3ebd
commit
7d27becb28
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ const windows = (state, action) => {
|
|||
if (!state) {
|
||||
return {
|
||||
focused: WINDOWS.MAIN,
|
||||
equalizer: true
|
||||
equalizer: false
|
||||
};
|
||||
}
|
||||
switch (action.type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue