mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CInfoClock: menu item for setting color of the digit added
This commit is contained in:
@@ -65,6 +65,12 @@ void CInfoClock::Init()
|
||||
//use current theme colors
|
||||
syncSysColors();
|
||||
|
||||
//set text color
|
||||
if (g_settings.infoClockBackground)
|
||||
setTextColor(COL_MENUCONTENT_TEXT);
|
||||
else
|
||||
setTextColor(COL_INFOCLOCK_TEXT);
|
||||
|
||||
paint_bg = g_settings.infoClockBackground;
|
||||
|
||||
if (g_settings.infoClockSeconds)
|
||||
|
Reference in New Issue
Block a user