neutrino.cpp: do not show messages in standby

This commit is contained in:
[CST] Focus
2015-06-18 12:27:50 +03:00
parent 04aa958d19
commit d0065f0043

View File

@@ -3166,7 +3166,7 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
ExitRun(true);
}
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 text = (char*)data;
std::string::size_type pos;