diff options
Diffstat (limited to 'gui/devices/watch')
-rw-r--r-- | gui/devices/watch/res/watch.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index 1d4e2907f..dfbed16cd 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -1415,11 +1415,19 @@ </object> <object type="checkbox"> - <placement x="%col1_x%" y="%row4_text_y%" /> + <placement x="%col1_x%" y="%row3_text_y%" /> <text>Skip MD5 generation during backup.</text> <data variable="tw_skip_md5_generate" /> </object> + <object type="checkbox"> + <placement x="%col1_x%" y="%row4_text_y%" /> + <font resource="font" color="%text_color%" /> + <text>Disable Free Space Check.</text> + <data variable="tw_disable_free_space" /> + <image checked="checkbox_true" unchecked="checkbox_false" /> + </object> + <object type="action"> <touch key="home" /> <action function="page">main</action> |