CNeutrinoApp: try to fix display intro settings message

Message was not really visible on startup. Contents of InitZapper()
seems to have prevented this.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5014a272e5
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-01-05 22:16:23 +01:00
parent aa9c114201
commit e106e1b2de

View File

@@ -2205,7 +2205,6 @@ TIMER_START();
startwizard.exec(NULL, "");
}
InitZapper();
if(loadSettingsErg) {
hintBox->hide();
dprintf(DEBUG_INFO, "config file or options missing\n");
@@ -2215,6 +2214,8 @@ TIMER_START();
saveSetup(NEUTRINO_SETTINGS_FILE);
}
InitZapper();
CHDDDestExec * hdd = new CHDDDestExec();
hdd->exec(NULL, "");
delete hdd;