neutrino: disable flash update check

Needs another solution.
This commit is contained in:
2021-04-10 15:51:30 +02:00
parent 130682475a
commit fdd16a7a8e

View File

@@ -3060,6 +3060,7 @@ TIMER_START();
TIMER_STOP("################################## after all ##################################");
if (g_settings.softupdate_autocheck) {
#if 0
hintBox = new CHintBox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_FLASHUPDATE_CHECKUPDATE_INTERNET));
hintBox->paint();
CFlashUpdate flash;
@@ -3070,6 +3071,7 @@ TIMER_STOP("################################## after all #######################
}
hintBox->hide();
delete hintBox;
#endif
}
for (std::list<std::string>::iterator it = g_settings.xmltv_xml.begin(); it != g_settings.xmltv_xml.end(); it++)