From d54a49b243ed86d2c0c67f7beafa4d2fe34d4608 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 6 Aug 2013 10:08:55 +0400 Subject: [PATCH] gui/start_wizard.cpp: disable astra initial settings in case of fast-scan setup --- src/gui/start_wizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {