diff options
Diffstat (limited to '')
-rwxr-xr-x | gui/devices/800x1280/res/ui.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml index c435cf94e..dd86e23ca 100755 --- a/gui/devices/800x1280/res/ui.xml +++ b/gui/devices/800x1280/res/ui.xml @@ -2117,6 +2117,18 @@ <action function="page">usb_mount</action> </object> + <object type="button"> + <conditions> + <condition var1="tw_is_encrypted" var2="1" /> + <condition var1="tw_is_decrypted" var2="0" /> + </conditions> + <placement x="%col2_x%" y="row3_y" /> + <font resource="font" color="%button_text_color%" /> + <text>Decrypt Data</text> + <image resource="main_button" /> + <action function="page">decrypt</action> + </object> + <object type="action"> <touch key="home" /> <action function="page">main</action> |