mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
gui/personalize.cpp: fix CPinSetupNotifier: return false, menu repaint not needed
This commit is contained in:
@@ -974,5 +974,6 @@ bool CPinSetupNotifier::changeNotify(const neutrino_locale_t, void *)
|
||||
{
|
||||
toDisable->setActive(g_settings.personalize[SNeutrinoSettings::P_MAIN_PINSTATUS]);
|
||||
|
||||
return g_settings.personalize[SNeutrinoSettings::P_MAIN_PINSTATUS];
|
||||
// return g_settings.personalize[SNeutrinoSettings::P_MAIN_PINSTATUS];
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user