Skip to content

Commit 0da575d

Browse files
committed
Fix build issue
1 parent 3d67ed4 commit 0da575d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Core/Configuration/Portable.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void DisablePortableMode()
4343

4444
PublicApi.Instance.ShowMsgBox(Localize.restartToDisablePortableMode());
4545

46-
API.RestartApp();
46+
PublicApi.Instance.RestartApp();
4747
}
4848
catch (Exception e)
4949
{
@@ -66,7 +66,7 @@ public void EnablePortableMode()
6666

6767
PublicApi.Instance.ShowMsgBox(Localize.restartToEnablePortableMode());
6868

69-
API.RestartApp();
69+
PublicApi.Instance.RestartApp();
7070
}
7171
catch (Exception e)
7272
{

0 commit comments

Comments
 (0)