mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- start_wizard: use a global enum; switch detection from bool to int
This commit is contained in:
@@ -764,6 +764,12 @@ struct SNeutrinoSettings
|
||||
INFOBAR_PROGRESSBAR_ARRANGEMENT_BETWEEN_EVENTS = 3
|
||||
}INFOBAR_PROGRESSBAR_ARRANGEMENT_TYPES;
|
||||
|
||||
enum WIZARD_MODES
|
||||
{
|
||||
WIZARD_OFF = 0,
|
||||
WIZARD_START = 1,
|
||||
WIZARD_ON = 2
|
||||
};
|
||||
};
|
||||
|
||||
/* some default Values */
|
||||
|
Reference in New Issue
Block a user