mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
enable glcd for e4hdultra
Origin commit data
------------------
Commit: c4bbd0343e
Author: TangoCash <eric@loxat.de>
Date: 2022-10-29 (Sat, 29 Oct 2022)
This commit is contained in:
@@ -387,7 +387,7 @@ int CNeutrinoApp::loadSetup(const char *fname)
|
||||
g_settings.glcd_theme_name = configfile.getString("glcd_theme_name", !access(NEUTRINO_SETTINGS_FILE, F_OK) ? MIGRATE_THEME_OLED_NAME : "");
|
||||
CGLCDThemes::getInstance()->getTheme(configfile);
|
||||
|
||||
g_settings.glcd_enable = configfile.getInt32("glcd_enable", strcmp(g_info.hw_caps->boxvendor, "VU+") == 0);
|
||||
g_settings.glcd_enable = configfile.getInt32("glcd_enable", strcmp(g_info.hw_caps->boxvendor, "VU+") == 0 || strcmp(g_info.hw_caps->boxvendor, "AXAS") == 0);
|
||||
g_settings.glcd_logodir = configfile.getString("glcd_logodir", "/media/sda1/logos");
|
||||
|
||||
g_settings.glcd_time_in_standby = configfile.getInt32("glcd_time_in_standby", 1);
|
||||
|
Reference in New Issue
Block a user