mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/vfd_setup.cpp: fix CVfdSetup::changeNotify - no need to repaint menu
This commit is contained in:
@@ -193,5 +193,5 @@ bool CVfdSetup::changeNotify(const neutrino_locale_t OptionName, void */* data *
|
||||
{
|
||||
CVFD::getInstance()->setled();
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user