diff options
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> |