mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
as requested, implement 'easy' menu mode for novice users;
default behavior should not be changed, easy mode forced by /var/etc/.easymenu file inside image; at the moment switch between modes is done by main menu -> 'stop' button -> enter pin code, restart needed after mode switch
This commit is contained in:
@@ -211,6 +211,8 @@ public:
|
||||
|
||||
void saveEpg(bool cvfd_mode);
|
||||
void stopDaemonsForFlash();
|
||||
int showChannelList(const neutrino_msg_t msg, bool from_menu = false);
|
||||
CPersonalizeGui & getPersonalizeGui() { return personalize; }
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user