Fix build issue

This commit is contained in:
Jack251970 2025-10-02 20:18:34 +08:00
parent 3d67ed4ae5
commit 0da575dc16

View file

@ -43,7 +43,7 @@ namespace Flow.Launcher.Core.Configuration
PublicApi.Instance.ShowMsgBox(Localize.restartToDisablePortableMode());
API.RestartApp();
PublicApi.Instance.RestartApp();
}
catch (Exception e)
{
@ -66,7 +66,7 @@ namespace Flow.Launcher.Core.Configuration
PublicApi.Instance.ShowMsgBox(Localize.restartToEnablePortableMode());
API.RestartApp();
PublicApi.Instance.RestartApp();
}
catch (Exception e)
{