mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Use correct action for toggleVisualizerStyle
This commit is contained in:
parent
f3e24e4e97
commit
4cf1550dea
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ const mapDispatchToProps = (dispatch: Dispatch): DispatchProps => {
|
|||
}),
|
||||
close: () => dispatch(closeWindow("playlist")),
|
||||
toggleShade: () => dispatch(togglePlaylistShadeMode()),
|
||||
toggleVisualizerStyle: () => dispatch(togglePlaylistShadeMode()),
|
||||
toggleVisualizerStyle: () => dispatch(toggleVisualizerStyle()),
|
||||
scrollUpFourTracks: () => dispatch(scrollUpFourTracks()),
|
||||
scrollDownFourTracks: () => dispatch(scrollDownFourTracks()),
|
||||
loadFilesFromReferences: (e, startIndex) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue