summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-02-04 04:05:57 +0100
committerEthan Yonker <dees_troy@teamw.in>2016-02-05 19:18:55 +0100
commitb26c1167fc182d68140d2023dcacda89cd4d850e (patch)
tree6e6aa5efb88482874684446d1e1677cf36c6cf35 /gui
parentpartitions: Avoid duplicate UMS mounts (diff)
downloadandroid_bootable_recovery-b26c1167fc182d68140d2023dcacda89cd4d850e.tar
android_bootable_recovery-b26c1167fc182d68140d2023dcacda89cd4d850e.tar.gz
android_bootable_recovery-b26c1167fc182d68140d2023dcacda89cd4d850e.tar.bz2
android_bootable_recovery-b26c1167fc182d68140d2023dcacda89cd4d850e.tar.lz
android_bootable_recovery-b26c1167fc182d68140d2023dcacda89cd4d850e.tar.xz
android_bootable_recovery-b26c1167fc182d68140d2023dcacda89cd4d850e.tar.zst
android_bootable_recovery-b26c1167fc182d68140d2023dcacda89cd4d850e.zip
Diffstat (limited to 'gui')
-rw-r--r--gui/gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/gui.cpp b/gui/gui.cpp
index f8a6a73e2..4c2c74b4d 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")) {