Skip to content

Commit

Permalink
Update src/library/librarycontrol.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: ronso0 <[email protected]>
  • Loading branch information
nlw0 and ronso0 authored Jun 18, 2024
1 parent a47c31d commit 7abec53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/librarycontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ LibraryControl::LibraryControl(Library* pLibrary)

// Controls to move tracks on playlist
// Track move controls (emulate Alt+up/down button press)
m_pMoveTrackUp = std::make_unique<ControlPushButton>(ConfigKey("[Library]", "MoveTrack-Up"));
m_pMoveTrackUp = std::make_unique<ControlPushButton>(ConfigKey("[Library]", "MoveTrackUp"));
m_pMoveTrackDown = std::make_unique<ControlPushButton>(
ConfigKey("[Library]", "MoveTrack-Down"));
ConfigKey("[Library]", "MoveTrackDown"));
m_pMoveTrack = std::make_unique<ControlEncoder>(ConfigKey("[Library]", "MoveTrack"), false);
#ifdef MIXXX_USE_QML
if (!CmdlineArgs::Instance().isQml())
Expand Down

0 comments on commit 7abec53

Please sign in to comment.