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.axaml15
1 files changed, 13 insertions, 2 deletions
diff --git a/UVtools.WPF/MainWindow.axaml b/UVtools.WPF/MainWindow.axaml
index d141d39..9fff996 100644
--- a/UVtools.WPF/MainWindow.axaml
+++ b/UVtools.WPF/MainWindow.axaml
@@ -127,8 +127,19 @@
<Image Source="\Assets\Icons\extract-object-16x16.png"/>
</MenuItem.Icon>
</MenuItem>
-
- <MenuItem
+
+ <MenuItem Name="MainMenu.File.Terminal"
+ HotKey="Ctrl+Shift+T" InputGesture="Ctrl+Shift+T"
+ Header="_Terminal"
+ Command="{Binding OpenTerminal}"
+ IsEnabled="{Binding IsFileLoaded}">
+ <MenuItem.Icon>
+ <Image Source="\Assets\Icons\terminal-16x16.png"/>
+ </MenuItem.Icon>
+ </MenuItem>
+
+
+ <MenuItem
Name="MainMenu.File.Convert"
Header="_Convert to"
IsEnabled="{Binding IsFileLoaded}"