diff --git a/gui/gui.cpp b/gui/gui.cpp index f8a6a73e..4c2c74b4 100644 --- a/gui/gui.cpp +++ b/gui/gui.cpp @@ -733,6 +733,7 @@ std::string gui_lookup(const std::string& resource_name, const std::string& defa extern "C" int gui_init(void) { gr_init(); + TWFunc::Set_Brightness(DataManager::GetStrValue("tw_brightness")); // load and show splash screen if (PageManager::LoadPackage("splash", TWRES "splash.xml", "splash")) {