diff options
Diffstat (limited to 'gui/devices/800x480/res')
-rwxr-xr-x | gui/devices/800x480/res/ui.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml index 35ca6e275..2958ba070 100755 --- a/gui/devices/800x480/res/ui.xml +++ b/gui/devices/800x480/res/ui.xml @@ -1647,7 +1647,10 @@ <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> <image resource="main_button" /> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> |