From 0da575dc16d53d1eb359f5602e58c0d9cb39c7d0 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Thu, 2 Oct 2025 20:18:34 +0800 Subject: [PATCH] Fix build issue --- Flow.Launcher.Core/Configuration/Portable.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Core/Configuration/Portable.cs b/Flow.Launcher.Core/Configuration/Portable.cs index 0e8e77007..cef8f046d 100644 --- a/Flow.Launcher.Core/Configuration/Portable.cs +++ b/Flow.Launcher.Core/Configuration/Portable.cs @@ -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) {