diff --git a/src/modules/Workspaces/WorkspacesEditor/App.xaml.cs b/src/modules/Workspaces/WorkspacesEditor/App.xaml.cs index 073ecfc802f..b8b1793ad1e 100644 --- a/src/modules/Workspaces/WorkspacesEditor/App.xaml.cs +++ b/src/modules/Workspaces/WorkspacesEditor/App.xaml.cs @@ -103,6 +103,7 @@ private void OnExit(object sender, ExitEventArgs e) } Dispose(); + Environment.Exit(0); } private void OnUnhandledException(object sender, UnhandledExceptionEventArgs args)