Skip to content

Commit e04284a

Browse files
committed
add force closing
1 parent e31fdc0 commit e04284a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private async void OnClosing(object sender, CancelEventArgs e)
5353
_viewModel.Save();
5454
e.Cancel = true;
5555
await PluginManager.DisposePluginsAsync();
56-
Application.Current.Shutdown();
56+
Environment.Exit(0);
5757
}
5858

5959
private void OnInitialized(object sender, EventArgs e)

0 commit comments

Comments
 (0)