mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 23:43:28 +00:00
Enable the Equalizer window!
This commit is contained in:
parent
712f95dde2
commit
725a55fc44
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ const assetBase = process.env.NODE_ENV === "production" ? cdnUrl : "";
|
|||
export const skinUrl = or(config.skinUrl, `${assetBase}skins/base-2.91.wsz`);
|
||||
export const audioUrl = or(config.audioUrl, `${assetBase}mp3/llama-2.91.mp3`);
|
||||
export const playlistEnabled = config.playlist || false;
|
||||
// Turn on the incomplete equalizer window
|
||||
export const equalizerEnabled = config.equalizer || false;
|
||||
// Turn on the beta equalizer window. This flag is here so we can easily turn it off again.
|
||||
export const equalizerEnabled = true;
|
||||
export const noMarquee = config.noMarquee || false;
|
||||
export const hideAbout = config.hideAbout || false;
|
||||
export const initialState = config.initialState || undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue