mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
@@ -95,7 +95,7 @@ int CGLCDThemes::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
readFile(((std::string)THEMESDIR_VAR + "/oled/" + themeFile + FILE_SUFFIX).c_str());
|
readFile(((std::string)THEMESDIR_VAR + "/oled/" + themeFile + FILE_SUFFIX).c_str());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
readFile(((std::string)THEMESDIR + "/oled" + themeFile + FILE_SUFFIX).c_str());
|
readFile(((std::string)THEMESDIR + "/oled/" + themeFile + FILE_SUFFIX).c_str());
|
||||||
g_settings.glcd_theme_name = themeFile;
|
g_settings.glcd_theme_name = themeFile;
|
||||||
}
|
}
|
||||||
OnAfterSelectTheme();
|
OnAfterSelectTheme();
|
||||||
|
Reference in New Issue
Block a user