Added support for flash image in both slots

Change-Id: Iafda62a5f77f7c1f564f1a2ec0a59aefaf5e1266
diff --git a/data.cpp b/data.cpp
index e7b2f61..d7c77ab 100755
--- a/data.cpp
+++ b/data.cpp
@@ -928,6 +928,9 @@
 	mConst.SetValue("tw_include_nano", "0");
 #endif
 
+	mData.SetValue("tw_flash_both_slots", "0");
+	mData.SetValue("tw_is_slot_part", "0");
+
 	mData.SetValue("tw_enable_adb_backup", "0");
 
 	if (TWFunc::Path_Exists("/system/bin/magiskboot"))