Skip to content

Commit 5d16216

Browse files
committed
Fix environment exit
1 parent 3b43d45 commit 5d16216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Configuration/Portable.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public void PreStartCleanUpAfterPortabilityUpdate()
169169
{
170170
FilesFolders.OpenPath(Constant.RootDirectory, (s) => API.ShowMsgBox(s));
171171

172-
Environment.Exit(0);
172+
Application.Current.Shutdown();
173173
}
174174
}
175175
// Otherwise, if the portable data folder is marked for deletion,

0 commit comments

Comments
 (0)