From fdd16a7a8e2744dfaa80f0bcb941c6130a0c12de Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 10 Apr 2021 15:51:30 +0200 Subject: [PATCH] neutrino: disable flash update check Needs another solution. --- src/neutrino.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index f4d8af8ff..88c8f3893 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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::iterator it = g_settings.xmltv_xml.begin(); it != g_settings.xmltv_xml.end(); it++)