summaryrefslogtreecommitdiffstats
path: root/twrp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twrp.cpp')
-rw-r--r--twrp.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/twrp.cpp b/twrp.cpp
index 06532cba2..230e1b40c 100644
--- a/twrp.cpp
+++ b/twrp.cpp
@@ -268,6 +268,9 @@ int main(int argc, char **argv) {
if (DataManager::GetIntValue(TW_IS_ENCRYPTED) == 0 && (TWFunc::Path_Exists(SCRIPT_FILE_TMP) || TWFunc::Path_Exists(SCRIPT_FILE_CACHE))) {
OpenRecoveryScript::Run_OpenRecoveryScript();
}
+
+ TWFunc::Fixup_Time_On_Boot();
+
// Launch the main GUI
gui_start();