mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
gui/start_wizard.cpp: ask about initial settings on satellite box only
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9d4c6165ac
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-18 (Thu, 18 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -105,7 +105,10 @@ int CStartUpWizard::exec(CMenuTarget* parent, const string & /*actionKey*/)
|
||||
res = CScanSetup::getInstance()->exec(NULL, "");
|
||||
CScanSetup::getInstance()->setWizardMode(CScanSetup::SCAN_SETUP_MODE_WIZARD_NO);
|
||||
}
|
||||
bool init_settings = file_exists("/var/tuxbox/config/initial/");
|
||||
bool init_settings = false;
|
||||
if (g_info.delivery_system == DVB_S)
|
||||
init_settings = file_exists("/var/tuxbox/config/initial/");
|
||||
|
||||
if(init_settings && (res != menu_return::RETURN_EXIT_ALL))
|
||||
{
|
||||
if (ShowMsgUTF(LOCALE_WIZARD_INITIAL_SETTINGS, g_Locale->getText(LOCALE_WIZARD_INSTALL_SETTINGS),
|
||||
|
Reference in New Issue
Block a user