Make legacy props an option disabled by default

Change-Id: Id0bb17ebd11e120b4676c41d6553e6a830ac7ee9
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index c3d89fe..5e64010 100644
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -447,6 +447,12 @@
 				<data variable="tw_install_reboot"/>
 			</checkbox>
 
+			<checkbox>
+				<placement x="%col1_x_right%" y="%row13a_y%"/>
+				<text>{@enable_legacy_props_chk=Enable legacy properties for old zips}</text>
+				<data variable="tw_enable_legacy_props"/>
+			</checkbox>
+
 			<button style="main_button_half_width">
 				<placement x="%col1_x_left%" y="%row15a_y%"/>
 				<text>{@zip_add_btn=Add more Zips}</text>