diff options
Diffstat (limited to 'gui/devices/1920x1200/res')
-rw-r--r-- | gui/devices/1920x1200/res/ui.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/devices/1920x1200/res/ui.xml b/gui/devices/1920x1200/res/ui.xml index 251c5fb6c..f126572f1 100644 --- a/gui/devices/1920x1200/res/ui.xml +++ b/gui/devices/1920x1200/res/ui.xml @@ -1639,7 +1639,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"> |