From e106e1b2de8b18adc5693697db895e461a130fa0 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 5 Jan 2017 22:16:23 +0100 Subject: [PATCH] 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: https://github.com/neutrino-images/ni-neutrino/commit/5014a272e547e8d1aff58d513d6bd95127c2a682 Author: Thilo Graf Date: 2017-01-05 (Thu, 05 Jan 2017) ------------------ This commit was generated by Migit --- src/neutrino.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 24cb19c2f..19593cbdd 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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;