Load user saved setting for blank timer on recovery startup

Fix persistence of military time
This commit is contained in:
bigbiff bigbiff
2013-02-27 20:50:43 -05:00
parent 58f5cf0ab5
commit f8e2f37565
3 changed files with 9 additions and 3 deletions
+3
View File
@@ -185,9 +185,12 @@ input_thread (void *cookie)
0, lshift = 0, rshift = 0, key_repeat = 0;
static struct timeval touchStart;
HardwareKeyboard kb;
string seconds;
//start screen timeout threads
blankTimer.setTimerThread();
DataManager::GetValue("tw_screen_timeout_secs", seconds);
blankTimer.setTime(atoi(seconds.c_str()));
for (;;)
{