diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-08-04 16:14:12 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-08-04 16:14:59 +0200 |
commit | 3d49ea7cca3dc49072e37e1ebf12721a2ee287cd (patch) | |
tree | c3d6599003f4a241276b1e63bcc7b15a2a7355e9 /gui/devices/watch | |
parent | Minor tweaks to watch ui.xml files (diff) | |
download | android_bootable_recovery-3d49ea7cca3dc49072e37e1ebf12721a2ee287cd.tar android_bootable_recovery-3d49ea7cca3dc49072e37e1ebf12721a2ee287cd.tar.gz android_bootable_recovery-3d49ea7cca3dc49072e37e1ebf12721a2ee287cd.tar.bz2 android_bootable_recovery-3d49ea7cca3dc49072e37e1ebf12721a2ee287cd.tar.lz android_bootable_recovery-3d49ea7cca3dc49072e37e1ebf12721a2ee287cd.tar.xz android_bootable_recovery-3d49ea7cca3dc49072e37e1ebf12721a2ee287cd.tar.zst android_bootable_recovery-3d49ea7cca3dc49072e37e1ebf12721a2ee287cd.zip |
Diffstat (limited to 'gui/devices/watch')
-rw-r--r-- | gui/devices/watch/res/watch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index 052c1bc5c..b4b7062fe 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -2107,7 +2107,7 @@ <object type="button"> <highlight color="%highlight_color%" /> - <condition var1="tw_has_usb_storage" var2="0" /> + <condition var1="tw_has_usb_storage" var2="1" /> <placement x="%col1_x%" y="row4_y" /> <font resource="font" color="%button_text_color%" /> <text>USB Storage</text> |