add force closing

This commit is contained in:
DB p 2021-11-01 07:33:59 +09:00
parent e31fdc03c6
commit e04284a013

View file

@ -53,7 +53,7 @@ namespace Flow.Launcher
_viewModel.Save();
e.Cancel = true;
await PluginManager.DisposePluginsAsync();
Application.Current.Shutdown();
Environment.Exit(0);
}
private void OnInitialized(object sender, EventArgs e)