mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
-add CA display mode
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@689 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1017,3 +1017,15 @@ printf("CAllUsalsNotifier::changeNotify: %s\n", onoff ? "ON" : "OFF");
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
CAModeNotifier::CAModeNotifier(CMenuOptionChooser* i1)
|
||||
{
|
||||
toDisable=i1;
|
||||
}
|
||||
|
||||
bool CAModeNotifier::changeNotify(const neutrino_locale_t, void *)
|
||||
{
|
||||
toDisable->setActive(g_settings.casystem_display);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user