From 3a196f51581ffca2d2a902e83a9b69ac4702316c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 10 Aug 2015 10:36:03 +0200 Subject: Add feature to change Pandora settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently exposed settings: Username, password and explicit content filter. New key for settings is ‘!’, changeable with “act_settings”. Fixes issues #524 and #506. --- src/ui_dispatch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui_dispatch.h') diff --git a/src/ui_dispatch.h b/src/ui_dispatch.h index df64997..24b68bb 100644 --- a/src/ui_dispatch.h +++ b/src/ui_dispatch.h @@ -103,6 +103,8 @@ static const BarUiDispatchAction_t dispatchActions[BAR_KS_COUNT] = { "act_songpause"}, {'^', BAR_DC_GLOBAL, BarUiActVolReset, "reset volume", "act_volreset"}, + {'!', BAR_DC_GLOBAL, BarUiActSettings, "change settings", + "act_settings"}, }; #include -- cgit v1.2.3