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.axaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/UVtools.WPF/MainWindow.axaml b/UVtools.WPF/MainWindow.axaml
index e825817..f76687c 100644
--- a/UVtools.WPF/MainWindow.axaml
+++ b/UVtools.WPF/MainWindow.axaml
@@ -43,6 +43,13 @@
<Image Source="\Assets\Icons\file-import-16x16.png"/>
</MenuItem.Icon>
</MenuItem>
+ <MenuItem Name="MainMenu.File.OpenInPartialMode" Header="Open in partial mode" Command="{Binding MenuFileOpenInPartialModeClicked}"
+ ToolTip.Tip="Open a file only to see and/or edit properties.
+&#x0a;Layer images won't be loaded and most tools won't run in this mode.">
+ <MenuItem.Icon>
+ <Image Source="\Assets\Icons\file-import-16x16.png"/>
+ </MenuItem.Icon>
+ </MenuItem>
<MenuItem
Name="MainMenu.File.Reload"
Header="_Reload"