Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/MainWindow.axaml')
-rw-r--r--UVtools.WPF/MainWindow.axaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/UVtools.WPF/MainWindow.axaml b/UVtools.WPF/MainWindow.axaml
index 5adbec4..2809327 100644
--- a/UVtools.WPF/MainWindow.axaml
+++ b/UVtools.WPF/MainWindow.axaml
@@ -245,6 +245,11 @@
IsVisible="{Binding IsDebug}"
Command="{Binding MenuHelpDebugLongMessageBoxClicked}"
i:MenuItem.Icon="fa-solid fa-message"/>
+
+ <MenuItem Header="Trigger new update"
+ IsVisible="{Binding IsDebug}"
+ Command="{Binding MenuHelpDebugTriggerNewUpdateClicked}"
+ i:MenuItem.Icon="fa-solid fa-cloud-arrow-up"/>
</MenuItem>