mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
*neutrino: add toggle item for tv and radio mode to main menue
Note: this menu item is also personalized with red button, probaly we should use other button git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2016 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -3521,11 +3521,11 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
switchClockOnOff();
|
||||
returnval = menu_return::RETURN_EXIT_ALL;
|
||||
}
|
||||
// else if (actionKey=="tv_radio_switch")//used in mainmenu
|
||||
// {
|
||||
// switchTvRadioMode();
|
||||
// returnval = menu_return::RETURN_EXIT_ALL;
|
||||
// }
|
||||
else if (actionKey=="tv_radio_switch")//used in mainmenu
|
||||
{
|
||||
switchTvRadioMode();
|
||||
returnval = menu_return::RETURN_EXIT_ALL;
|
||||
}
|
||||
else if (actionKey=="tv")//used in mainmenu
|
||||
{
|
||||
switchTvRadioMode(mode_tv);
|
||||
|
Reference in New Issue
Block a user