diff --git a/src/gui/start_wizard.cpp b/src/gui/start_wizard.cpp index 363f6a30f..4100ed542 100644 --- a/src/gui/start_wizard.cpp +++ b/src/gui/start_wizard.cpp @@ -127,7 +127,7 @@ int CStartUpWizard::exec(CMenuTarget* parent, const string & /*actionKey*/) if (CFEManager::getInstance()->haveSat()) init_settings = file_exists(CONFIGDIR "/initial/"); - if(init_settings && (res != menu_return::RETURN_EXIT_ALL)) + if(advanced && init_settings && (res != menu_return::RETURN_EXIT_ALL)) { if (ShowMsgUTF(LOCALE_WIZARD_INITIAL_SETTINGS, g_Locale->getText(LOCALE_WIZARD_INSTALL_SETTINGS), CMessageBox::mbrYes, CMessageBox::mbYes | CMessageBox::mbNo, NULL, 450, 30, false) == CMessageBox::mbrYes) {