mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CPluginList::exec: Add CRCInput::RC_setup to exit all menus
This commit is contained in:
@@ -246,6 +246,11 @@ int CPluginList::exec(CMenuTarget* parent, const std::string & /*actionKey*/)
|
||||
g_RCInput->postMsg(msg, data);
|
||||
loop=false;
|
||||
}
|
||||
else if ( msg == CRCInput::RC_setup )
|
||||
{
|
||||
loop = false;
|
||||
res = menu_return::RETURN_EXIT_ALL;
|
||||
}
|
||||
else if ( CNeutrinoApp::getInstance()->handleMsg(msg, data) & messages_return::cancel_all )
|
||||
{
|
||||
loop = false;
|
||||
|
Reference in New Issue
Block a user