diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2017-08-08 00:41:14 +0200 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2017-08-08 00:44:04 +0200 |
commit | 1c01fabf874f842175fa4fbbe3ee2b8655decca2 (patch) | |
tree | bec67f6895cb0dbd47ff14c0aed511880013584d /gui/theme/common | |
parent | twrpTar: Fix uninitialized current_archive_type (diff) | |
download | android_bootable_recovery-1c01fabf874f842175fa4fbbe3ee2b8655decca2.tar android_bootable_recovery-1c01fabf874f842175fa4fbbe3ee2b8655decca2.tar.gz android_bootable_recovery-1c01fabf874f842175fa4fbbe3ee2b8655decca2.tar.bz2 android_bootable_recovery-1c01fabf874f842175fa4fbbe3ee2b8655decca2.tar.lz android_bootable_recovery-1c01fabf874f842175fa4fbbe3ee2b8655decca2.tar.xz android_bootable_recovery-1c01fabf874f842175fa4fbbe3ee2b8655decca2.tar.zst android_bootable_recovery-1c01fabf874f842175fa4fbbe3ee2b8655decca2.zip |
Diffstat (limited to 'gui/theme/common')
-rw-r--r-- | gui/theme/common/landscape.xml | 4 | ||||
-rw-r--r-- | gui/theme/common/watch.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml index 0b8860e25..329fdc215 100644 --- a/gui/theme/common/landscape.xml +++ b/gui/theme/common/landscape.xml @@ -2885,6 +2885,10 @@ <condition var1="tw_simulate_actions" var2="1"/> <data variable="tw_simulate_fail"/> </listitem> + <listitem name="{@sha2_chk=Use SHA2 for hashing}"> + <condition var1="tw_no_sha2" var2="0"/> + <data variable="tw_use_sha2"/> + </listitem> </listbox> <checkbox> diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml index b143d4ab9..d96a59b8c 100644 --- a/gui/theme/common/watch.xml +++ b/gui/theme/common/watch.xml @@ -3603,6 +3603,10 @@ <data variable="tw_simulate_fail"/> <condition var1="tw_simulate_actions" var2="1"/> </listitem> + <listitem name="{@sha2_chk=Use SHA2 for hashing}"> + <condition var1="tw_no_sha2" var2="0"/> + <data variable="tw_use_sha2"/> + </listitem> </listbox> <action> |