mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
glcdthemes: fix default values
Origin commit data
------------------
Commit: 08ecccff31
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Origin message was:
------------------
- glcdthemes: fix default values
This commit is contained in:
@@ -425,7 +425,7 @@ void CGLCDThemes::getTheme(CConfigFile &configfile)
|
|||||||
t.glcd_standby_weather_curr_x_position = configfile.getInt32("glcd_standby_weather_curr_x_position", 0);
|
t.glcd_standby_weather_curr_x_position = configfile.getInt32("glcd_standby_weather_curr_x_position", 0);
|
||||||
t.glcd_standby_weather_next_x_position = configfile.getInt32("glcd_standby_weather_next_x_position", 0);
|
t.glcd_standby_weather_next_x_position = configfile.getInt32("glcd_standby_weather_next_x_position", 0);
|
||||||
t.glcd_standby_weather_y_position = configfile.getInt32("glcd_standby_weather_y_position", 0);
|
t.glcd_standby_weather_y_position = configfile.getInt32("glcd_standby_weather_y_position", 0);
|
||||||
t.glcd_position_settings = configfile.getInt32("glcd_position_settings", 0);
|
t.glcd_position_settings = configfile.getInt32("glcd_position_settings", 1);
|
||||||
|
|
||||||
if (g_settings.glcd_theme_name.empty())
|
if (g_settings.glcd_theme_name.empty())
|
||||||
applyDefaultTheme();
|
applyDefaultTheme();
|
||||||
|
Reference in New Issue
Block a user