mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user