mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 20:40:39 +00:00
Clean up constants
This commit is contained in:
parent
d4182bc862
commit
b10335adfd
2 changed files with 0 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ export const WINDOWS = {
|
|||
MAIN: "main",
|
||||
PLAYLIST: "playlist",
|
||||
EQUALIZER: "equalizer",
|
||||
MEDIA_LIBRARY: "mediaLibrary",
|
||||
MILKDROP: "milkdrop",
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ const defaultWindowsState: WindowsState = {
|
|||
WINDOWS.PLAYLIST,
|
||||
WINDOWS.EQUALIZER,
|
||||
WINDOWS.MILKDROP,
|
||||
WINDOWS.MEDIA_LIBRARY,
|
||||
WINDOWS.MAIN,
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue