We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31fdc0 commit e04284aCopy full SHA for e04284a
Flow.Launcher/MainWindow.xaml.cs
@@ -53,7 +53,7 @@ private async void OnClosing(object sender, CancelEventArgs e)
53
_viewModel.Save();
54
e.Cancel = true;
55
await PluginManager.DisposePluginsAsync();
56
- Application.Current.Shutdown();
+ Environment.Exit(0);
57
}
58
59
private void OnInitialized(object sender, EventArgs e)
0 commit comments