GUI: Add countdown & cancel to install auto-reboot

Provide a countdown from 5 sec for the automated reboot after install.
Include a cancel button to interrupt the process.

Change-Id: Ib5e1447918adfde45eba361c088800812b690890
This commit is contained in:
Matt Mower
2016-08-19 11:06:34 -05:00
committed by Ethan Yonker
parent bfccfb8822
commit 9a2a20503c
7 changed files with 199 additions and 7 deletions
+2
View File
@@ -716,6 +716,8 @@ void DataManager::SetDefaultValues()
#endif
mData.SetValue("tw_gui_done", "0");
mData.SetValue("tw_encrypt_backup", "0");
mData.SetValue("tw_sleep_total", "5");
mData.SetValue("tw_sleep", "5");
// Brightness handling
string findbright;