mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix environment exit
This commit is contained in:
parent
3b43d457d9
commit
5d16216a55
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ namespace Flow.Launcher.Core.Configuration
|
|||
{
|
||||
FilesFolders.OpenPath(Constant.RootDirectory, (s) => API.ShowMsgBox(s));
|
||||
|
||||
Environment.Exit(0);
|
||||
Application.Current.Shutdown();
|
||||
}
|
||||
}
|
||||
// Otherwise, if the portable data folder is marked for deletion,
|
||||
|
|
|
|||
Loading…
Reference in a new issue