diff options
Diffstat (limited to 'src/ui_dispatch.h')
-rw-r--r-- | src/ui_dispatch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui_dispatch.h b/src/ui_dispatch.h index 6b96ae3..ca8a292 100644 --- a/src/ui_dispatch.h +++ b/src/ui_dispatch.h @@ -101,6 +101,8 @@ static const BarUiDispatchAction_t dispatchActions[BAR_KS_COUNT] = { "act_songplay"}, {'S', BAR_DC_GLOBAL | BAR_DC_STATION, BarUiActPause, "pause playback", "act_songpause"}, + {'^', BAR_DC_GLOBAL, BarUiActVolReset, "reset volume", + "act_volreset"}, }; #include <piano.h> |