diff options
author | mauronofrio <poronofrio@gmail.com> | 2018-10-03 13:38:16 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2019-03-20 16:57:07 +0100 |
commit | e9a49efe75918183a32164fea91ddddf65ce7964 (patch) | |
tree | 58aa58d6fcceac53c5c1e32f1d1ba6f353f46ed7 /gui/theme/common/watch.xml | |
parent | gpt: Add -Wno-format-security (diff) | |
download | android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar.gz android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar.bz2 android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar.lz android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar.xz android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.tar.zst android_bootable_recovery-e9a49efe75918183a32164fea91ddddf65ce7964.zip |
Diffstat (limited to '')
-rwxr-xr-x | gui/theme/common/watch.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml index 56bdc5534..0c30a3499 100755 --- a/gui/theme/common/watch.xml +++ b/gui/theme/common/watch.xml @@ -3359,6 +3359,24 @@ <action function="page">rebootcheck</action> </actions> </button> + <button style="main_button"> + <condition var1="tw_edl_mode" var2="1"/> + <placement x="%col1_x_right%" y="%row11_y%"/> + <text>{@rb_edl_btn=Edl}</text> + <actions> + <action function="set">tw_back=reboot</action> + <action function="set">tw_action=reboot</action> + <action function="set">tw_action_param=edl</action> + <action function="set">tw_reboot_param=edl</action> + <action function="set">tw_has_action2=0</action> + <action function="set">tw_text1={@no_os1=No OS Installed! Are you}</action> + <action function="set">tw_text2={@no_osrb=sure you wish to reboot?}</action> + <action function="set">tw_action_text1={@rebooting=Rebooting...}</action> + <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action> + <action function="set">tw_slider_text={@swipe_reboot_s= Reboot}</action> + <action function="page">rebootcheck</action> + </actions> + </button> <action> <touch key="home"/> |