diff options
Diffstat (limited to 'src/ui_dispatch.h')
-rw-r--r-- | src/ui_dispatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_dispatch.h b/src/ui_dispatch.h index 51e5417..df64997 100644 --- a/src/ui_dispatch.h +++ b/src/ui_dispatch.h @@ -84,7 +84,7 @@ static const BarUiDispatchAction_t dispatchActions[BAR_KS_COUNT] = { "upcoming songs", "act_upcoming"}, {'x', BAR_DC_STATION, BarUiActSelectQuickMix, "select quickmix stations", "act_stationselectquickmix"}, - {'$', BAR_DC_GLOBAL, BarUiActDebug, NULL, "act_debug"}, + {'$', BAR_DC_SONG, BarUiActDebug, NULL, "act_debug"}, {'b', BAR_DC_SONG, BarUiActBookmark, "bookmark song/artist", "act_bookmark"}, {'(', BAR_DC_GLOBAL, BarUiActVolDown, "decrease volume", |