summaryrefslogtreecommitdiff
path: root/src/ui_dispatch.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2020-08-07 08:08:10 +0200
committerLars-Dominik Braun <lars@6xq.net>2020-08-08 15:15:19 +0200
commit7f6457aa9b7110869e89111c42651b1055728679 (patch)
treeca1138c88748679ad6a564576e922803fdab5ec7 /src/ui_dispatch.h
parentbcc0c5fecfb79f412f45b7befc65b380a7e2bb5d (diff)
downloadpianobar-7f6457aa9b7110869e89111c42651b1055728679.tar.gz
pianobar-7f6457aa9b7110869e89111c42651b1055728679.tar.bz2
pianobar-7f6457aa9b7110869e89111c42651b1055728679.zip
Allow changing station mode
Fixes #700.
Diffstat (limited to 'src/ui_dispatch.h')
-rw-r--r--src/ui_dispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_dispatch.h b/src/ui_dispatch.h
index 7e34393..72de887 100644
--- a/src/ui_dispatch.h
+++ b/src/ui_dispatch.h
@@ -90,7 +90,7 @@ static const BarUiDispatchAction_t dispatchActions[BAR_KS_COUNT] = {
"act_voldown"},
{')', BAR_DC_GLOBAL, BarUiActVolUp, "increase volume",
"act_volup"},
- {'=', BAR_DC_STATION, BarUiActManageStation, "delete seeds/feedback",
+ {'=', BAR_DC_STATION, BarUiActManageStation, "manage station seeds/feedback/mode",
"act_managestation"},
{' ', BAR_DC_GLOBAL | BAR_DC_STATION, BarUiActTogglePause, NULL,
"act_songpausetoggle2"},