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:
TangoCash
2022-10-29 00:23:17 +02:00
committed by vanhofen
parent eb46e72540
commit bba598010f

View File

@@ -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);