From cc5567e0efa19b28b5d372571d280aa2c62fd343 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Fri, 21 Oct 2016 10:47:38 +0200 Subject: [PATCH] add play button in footer --- src/gui/timerlist.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index 01379289f..a7ae8a3e5 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -563,7 +563,7 @@ int CTimerList::exec(CMenuTarget* parent, const std::string & actionKey) }*/ } -#define TimerListButtonsCount 6 +#define TimerListButtonsCount 7 struct button_label TimerListButtons[TimerListButtonsCount] = { { NEUTRINO_ICON_BUTTON_RED , LOCALE_TIMERLIST_DELETE }, @@ -571,6 +571,7 @@ struct button_label TimerListButtons[TimerListButtonsCount] = { NEUTRINO_ICON_BUTTON_YELLOW , LOCALE_TIMERLIST_RELOAD }, { NEUTRINO_ICON_BUTTON_BLUE , LOCALE_TIMERLIST_MODIFY }, { NEUTRINO_ICON_BUTTON_INFO_SMALL, NONEXISTANT_LOCALE }, + { NEUTRINO_ICON_BUTTON_PLAY, NONEXISTANT_LOCALE }, { NEUTRINO_ICON_BUTTON_MENU_SMALL, NONEXISTANT_LOCALE } };