diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/theme/common/landscape.xml | 6 | ||||
-rw-r--r-- | gui/theme/common/languages/en.xml | 1 | ||||
-rw-r--r-- | gui/theme/common/portrait.xml | 8 | ||||
-rw-r--r-- | gui/theme/common/watch.xml | 6 |
4 files changed, 1 insertions, 20 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml index 5e640104d..c3d89fe2d 100644 --- a/gui/theme/common/landscape.xml +++ b/gui/theme/common/landscape.xml @@ -447,12 +447,6 @@ <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> diff --git a/gui/theme/common/languages/en.xml b/gui/theme/common/languages/en.xml index 559475c01..8a1be1875 100644 --- a/gui/theme/common/languages/en.xml +++ b/gui/theme/common/languages/en.xml @@ -82,7 +82,6 @@ <string name="folder">Folder:</string> <string name="file">File:</string> <string name="zip_sig_chk">Zip signature verification</string> - <string name="enable_legacy_props_chk">Enable legacy properties for old zips</string> <string name="inject_twrp_chk">Inject TWRP after install</string> <string name="install_reboot_chk">Reboot after installation is complete</string> <string name="options_hdr">Options</string> diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml index c101014ac..f163bea8b 100644 --- a/gui/theme/common/portrait.xml +++ b/gui/theme/common/portrait.xml @@ -393,14 +393,8 @@ </checkbox> <checkbox> - <placement x="%indent%" y="%row15_y%"/> - <text>{@enable_legacy_props_chk=Enable legacy properties for old zips}</text> - <data variable="tw_enable_legacy_props"/> - </checkbox> - - <checkbox> <condition var1="tw_has_injecttwrp" var2="1"/> - <placement x="%indent%" y="%row16a_y%"/> + <placement x="%indent%" y="%row15_y%"/> <text>{@inject_twrp_chk=Inject TWRP after install}</text> <data variable="tw_inject_after_zip"/> </checkbox> diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml index 2a8234559..d5ef86972 100644 --- a/gui/theme/common/watch.xml +++ b/gui/theme/common/watch.xml @@ -555,12 +555,6 @@ <data variable="tw_install_reboot"/> </checkbox> - <checkbox> - <placement x="%indent%" y="%row5a_y%"/> - <text>{@enable_legacy_props_chk=Enable legacy properties for old zips}</text> - <data variable="tw_enable_legacy_props"/> - </checkbox> - <button> <placement x="%col1_x_left%" y="%row11_y%"/> <highlight color="%highlight_color%"/> |