Revert "Fix environment exit"

This reverts commit 5d16216a55.
This commit is contained in:
Jack251970 2025-04-03 22:56:31 +08:00
parent 0def881b9d
commit 2f53a79a26

View file

@ -159,7 +159,7 @@ namespace Flow.Launcher.Core.Configuration
{
FilesFolders.OpenPath(Constant.RootDirectory, (s) => API.ShowMsgBox(s));
Application.Current.Shutdown();
Environment.Exit(0);
}
}
// Otherwise, if the portable data folder is marked for deletion,