mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
*user_menu: personalize also yellow and green buttons
This commit is contained in:
@@ -68,9 +68,12 @@ extern CPlugins * g_PluginList; /* neutrino.cpp */
|
||||
class CUserMenuNotifier : public CChangeObserver
|
||||
{
|
||||
private:
|
||||
CMenuItem* toDisable[2];
|
||||
|
||||
CMenuItem* toDisable[4];
|
||||
|
||||
public:
|
||||
CUserMenuNotifier( CMenuItem*, CMenuItem*);
|
||||
CUserMenuNotifier( CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*);
|
||||
|
||||
bool changeNotify(const neutrino_locale_t = NONEXISTANT_LOCALE, void *data = NULL);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user