mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- lcd4l: add monospace font to font file
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -376,6 +376,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
|||||||
SNeutrinoTheme &t = g_settings.theme;
|
SNeutrinoTheme &t = g_settings.theme;
|
||||||
|
|
||||||
std::string font = g_settings.font_file;
|
std::string font = g_settings.font_file;
|
||||||
|
font += "\n" + g_settings.font_file_monospace;
|
||||||
|
|
||||||
if (m_font.compare(font))
|
if (m_font.compare(font))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user