neutrino: add small delay to "save settings" hintbox; ...

on ARM_HARDWARE the hintboy wasn't shown, because hardware is to fast


Origin commit data
------------------
Branch: ni/coolstream
Commit: e7e16d4c70
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)

Origin message was:
------------------
- neutrino: add small delay to "save settings" hintbox; ...

on ARM_HARDWARE the hintboy wasn't shown, because hardware is to fast


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-01-15 22:34:16 +01:00
parent de1052de3c
commit 0aea737569

View File

@@ -4650,6 +4650,7 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
//g_Sectionsd->setEventsAreOldInMinutes((unsigned short) (g_settings.epg_old_hours*60));
//g_Sectionsd->setHoursToCache((unsigned short) (g_settings.epg_cache_days*24));
sleep(1); // small delay for very fast hardware
hintBox.hide();
}
else if(actionKey=="recording") {