Browse Source

Minor change

Martin Edlund (Laptop) 5 years ago
parent
commit
190ce1d36a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      SketchAssistant/SketchAssistantWPF/App.xaml

+ 2 - 1
SketchAssistant/SketchAssistantWPF/App.xaml

@@ -2,7 +2,8 @@
              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:local="clr-namespace:SketchAssistantWPF"
-             StartupUri="MainWindow.xaml">
+             StartupUri="MainWindow.xaml"
+             ShutdownMode="OnMainWindowClose">
     <Application.Resources>
          
     </Application.Resources>