We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0def881 commit 2f53a79Copy full SHA for 2f53a79
Flow.Launcher.Core/Configuration/Portable.cs
@@ -159,7 +159,7 @@ public void PreStartCleanUpAfterPortabilityUpdate()
159
{
160
FilesFolders.OpenPath(Constant.RootDirectory, (s) => API.ShowMsgBox(s));
161
162
- Application.Current.Shutdown();
+ Environment.Exit(0);
163
}
164
165
// Otherwise, if the portable data folder is marked for deletion,
0 commit comments