mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- start_wizard: use a global enum; switch detection from bool to int
This commit is contained in:
@@ -67,7 +67,7 @@ extern CRemoteControl * g_RemoteControl;
|
||||
extern const char * locale_real_names[];
|
||||
extern std::string ttx_font_file;
|
||||
|
||||
COsdSetup::COsdSetup(bool wizard_mode)
|
||||
COsdSetup::COsdSetup(int wizard_mode)
|
||||
{
|
||||
frameBuffer = CFrameBuffer::getInstance();
|
||||
colorSetupNotifier = new CColorSetupNotifier();
|
||||
|
Reference in New Issue
Block a user