diff options
Diffstat (limited to '')
-rw-r--r-- | gui/devices/480x800/res/ui.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml index d8cbbec80..389006ea8 100644 --- a/gui/devices/480x800/res/ui.xml +++ b/gui/devices/480x800/res/ui.xml @@ -1397,7 +1397,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> |