mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
start wizard: add easy mode as requested by customers,
which only ask for gui language and show fast scan (sat) and/or simple cable scan menu
This commit is contained in:
@@ -56,7 +56,6 @@ class COsdLangSetup : public CMenuTarget, CChangeObserver
|
||||
bool is_wizard;
|
||||
|
||||
int showLocalSetup();
|
||||
void showLanguageSetup(CMenuWidget *osdl_setup);
|
||||
void showPrefMenu(CMenuWidget *prefMenu, CLangSelectNotifier *langNotifier);
|
||||
|
||||
CMenuOptionStringChooser* getTzItems();
|
||||
@@ -74,6 +73,7 @@ class COsdLangSetup : public CMenuTarget, CChangeObserver
|
||||
COsdLangSetup(bool wizard_mode = OSDLANG_SETUP_MODE_WIZARD_NO);
|
||||
~COsdLangSetup();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
void showLanguageSetup(CMenuWidget *osdl_setup);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user