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 3d67ed4 commit 0da575dCopy full SHA for 0da575d
Flow.Launcher.Core/Configuration/Portable.cs
@@ -43,7 +43,7 @@ public void DisablePortableMode()
43
44
PublicApi.Instance.ShowMsgBox(Localize.restartToDisablePortableMode());
45
46
- API.RestartApp();
+ PublicApi.Instance.RestartApp();
47
}
48
catch (Exception e)
49
{
@@ -66,7 +66,7 @@ public void EnablePortableMode()
66
67
PublicApi.Instance.ShowMsgBox(Localize.restartToEnablePortableMode());
68
69
70
71
72
0 commit comments