diff options
Diffstat (limited to 'gui/theme/common/portrait.xml')
-rwxr-xr-x | gui/theme/common/portrait.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml index 691f149e0..e014cc53a 100755 --- a/gui/theme/common/portrait.xml +++ b/gui/theme/common/portrait.xml @@ -1751,7 +1751,7 @@ <text style="text_m"> <condition var1="tw_has_boot_slots" var2="1"/> - <placement x="%center_x%" y="%row17_y%" placement="5"/> + <placement x="%center_x%" y="%row18_y%" placement="5"/> <text>{@current_boot_slot=Current Slot: %tw_active_slot%}</text> </text> @@ -2893,7 +2893,7 @@ <text style="text_m"> <condition var1="tw_has_boot_slots" var2="1"/> - <placement x="%center_x%" y="%row17_y%" placement="5"/> + <placement x="%center_x%" y="%row18_y%" placement="5"/> <text>{@current_boot_slot=Current Slot: %tw_active_slot%}</text> </text> @@ -3594,6 +3594,18 @@ <action function="page">confirm_action</action> </actions> </listitem> + <listitem name="{@uninstall_twrp_system_app=Uninstall TWRP App from System}"> + <condition var1="tw_app_installed_in_system" var2="1"/> + <actions> + <action function="set">tw_back=advanced</action> + <action function="set">tw_action=uninstalltwrpsystemapp</action> + <action function="set">tw_text1={@uninstall_twrp_system_app_confirm=Uninstall TWRP App from System?}</action> + <action function="set">tw_action_text1={@uninstalling_twrp_system_app=Uninstalling TWRP App from System...}</action> + <action function="set">tw_complete_text1={@uninstall_twrp_system_app_complete=Uninstall TWRP App from System Complete}</action> + <action function="set">tw_slider_text={@swipe_to_confirm=Swipe to Confirm}</action> + <action function="page">confirm_action</action> + </actions> + </listitem> </listbox> <action> |