mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
neutrino.cpp: do not show messages in standby
This commit is contained in:
@@ -3166,7 +3166,7 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
|
|||||||
ExitRun(true);
|
ExitRun(true);
|
||||||
}
|
}
|
||||||
else if (msg == NeutrinoMessages::EVT_POPUP || msg == NeutrinoMessages::EVT_EXTMSG) {
|
else if (msg == NeutrinoMessages::EVT_POPUP || msg == NeutrinoMessages::EVT_EXTMSG) {
|
||||||
if (mode != mode_scart) {
|
if (mode != mode_scart && mode != mode_standby) {
|
||||||
std::string timeout="-1";
|
std::string timeout="-1";
|
||||||
std::string text = (char*)data;
|
std::string text = (char*)data;
|
||||||
std::string::size_type pos;
|
std::string::size_type pos;
|
||||||
|
Reference in New Issue
Block a user