summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2020-10-23 17:33:25 +0200
committerronso0 <ronso0@mixxx.org>2020-10-23 17:33:25 +0200
commit1098547b75d32ed0e55c0b2d208ed5d9da2fb469 (patch)
tree3b394e904959f90b19736fa801cab638b1a5bc11
parentf3c4b6e786f3f05d440dfb43b11939a0d85a6729 (diff)
Controlpickermenu > Mic/Aux: move Pfl up
-rw-r--r--src/controllers/controlpickermenu.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/controllers/controlpickermenu.cpp b/src/controllers/controlpickermenu.cpp
index 696ef3aebf..8da152f324 100644
--- a/src/controllers/controlpickermenu.cpp
+++ b/src/controllers/controlpickermenu.cpp
@@ -764,6 +764,12 @@ ControlPickerMenu::ControlPickerMenu(QWidget* pParent)
tr("Mute"),
tr("Mute button"), microphoneMenu,
true, true);
+ addMicrophoneAndAuxControl("pfl",
+ tr("Headphone Listen"),
+ tr("Headphone listen button"),
+ microphoneMenu,
+ true,
+ true);
microphoneMenu->addSeparator();
addMicrophoneAndAuxControl("orientation",
tr("Orientation"),
@@ -782,10 +788,6 @@ ControlPickerMenu::ControlPickerMenu(QWidget* pParent)
tr("Orient Right"),
tr("Set mix orientation to right"), microphoneMenu,
true, true);
- addMicrophoneAndAuxControl("pfl",
- tr("Headphone Listen"),
- tr("Headphone listen button"), microphoneMenu,
- true, true);
// AutoDJ Controls
QMenu* autodjMenu = addSubmenu(tr("Auto DJ"));