From bfccfb8822c1308f43d7a39578fa3c915dabb1b4 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Mon, 25 Apr 2016 23:22:31 -0500 Subject: Finish creating disable_free_space_check variable * Create data manager variable for 'tw_disable_free_space' * Make configurable through Settings * Fix the "two presses needed to enable" issue for the checkbox on the backup screen * No need to capitalize every word, but do specify precedes backup Change-Id: Id436cef13e4ca9349618420aac03862ec4e3c35e --- partitionmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'partitionmanager.cpp') diff --git a/partitionmanager.cpp b/partitionmanager.cpp index 031cca0ca..a326d79ce 100644 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -772,7 +772,7 @@ int TWPartitionManager::Run_Backup(bool adbbackup) { return false; } - DataManager::GetValue("tw_disable_free_space", disable_free_space_check); + DataManager::GetValue(TW_DISABLE_FREE_SPACE_VAR, disable_free_space_check); if (adbbackup) disable_free_space_check = true; -- cgit v1.2.3