summaryrefslogtreecommitdiffstats
path: root/gui/devices/watch/res/watch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/devices/watch/res/watch.xml')
-rw-r--r--gui/devices/watch/res/watch.xml32
1 files changed, 26 insertions, 6 deletions
diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml
index 00f449ea8..5040b1118 100644
--- a/gui/devices/watch/res/watch.xml
+++ b/gui/devices/watch/res/watch.xml
@@ -1047,6 +1047,26 @@
<object type="template" name="footer" />
</page>
+ <page name="refreshfilesystem">
+ <object type="action">
+ <condition var1="tw_check_partition_list" op="=" var2="1" />
+ <actions>
+ <action function="set">partitionlisterror=0</action>
+ <action function="getpartitiondetails"></action>
+ <action function="page">selectfilesystem</action>
+ </actions>
+ </object>
+
+ <object type="action">
+ <condition var1="tw_check_partition_list" op="!=" var2="1" />
+ <actions>
+ <action function="set">partitionlisterror=1</action>
+ <action function="set">tw_wipe_list=</action>
+ <action function="page">advancedwipe</action>
+ </actions>
+ </object>
+ </page>
+
<page name="selectfilesystem">
<object type="template" name="header" />
@@ -1082,7 +1102,7 @@
<text>EXT2</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=ext2</action>
@@ -1104,7 +1124,7 @@
<text>EXT3</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=ext3</action>
@@ -1126,7 +1146,7 @@
<text>EXT4</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=ext4</action>
@@ -1148,7 +1168,7 @@
<text>F2FS</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=f2fs</action>
@@ -1170,7 +1190,7 @@
<text>FAT</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=vfat</action>
@@ -1192,7 +1212,7 @@
<text>exFAT</text>
<image resource="main_button" />
<actions>
- <action function="set">tw_back=selectfilesystem</action>
+ <action function="set">tw_back=refreshfilesystem</action>
<action function="set">tw_action=changefilesystem</action>
<action function="set">tw_action_param=%tw_partition_mount_point%</action>
<action function="set">tw_action_new_file_system=exfat</action>