From 8dc25b7984c4bb511f693c49ecfae11d42972e26 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Mon, 25 Apr 2016 23:06:53 -0500 Subject: Fixup reboot after install variables * Create correctly named data manager variable 'tw_install_reboot' * Make configurable through Settings * Remove closing tag space in theme files (not personal preference, but should match surrounding code style) * Fix the "two presses needed to enable" issue for the checkbox on the install screen Change-Id: I0ceb60b4888a672e2f0ecb5672b03cc86615621a --- variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 5acae753f..241c7dc66 100644 --- a/variables.h +++ b/variables.h @@ -72,7 +72,7 @@ #define TW_SKIP_MD5_GENERATE_VAR "tw_skip_md5_generate" #define TW_DISABLE_FREE_SPACE_VAR "tw_disable_free_space" #define TW_SIGNED_ZIP_VERIFY_VAR "tw_signed_zip_verify" -#define TW_REBOOT_AFTER_FLASH_VAR "tw_reboot_after_flash_option" +#define TW_INSTALL_REBOOT_VAR "tw_install_reboot" #define TW_TIME_ZONE_VAR "tw_time_zone" #define TW_RM_RF_VAR "tw_rm_rf" -- cgit v1.2.3