mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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);
|
||||
}
|
||||
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;
|
||||
|
Reference in New Issue
Block a user