From ca94ef58e81f1bc12f47c202da10db98e313c9d9 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 28 Sep 2025 11:46:55 +0800 Subject: [PATCH] Fix build issue --- Flow.Launcher.Core/Plugin/PluginConfig.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher.Core/Plugin/PluginConfig.cs b/Flow.Launcher.Core/Plugin/PluginConfig.cs index 7c074c22e..4bf12faff 100644 --- a/Flow.Launcher.Core/Plugin/PluginConfig.cs +++ b/Flow.Launcher.Core/Plugin/PluginConfig.cs @@ -5,6 +5,7 @@ using System.IO; using Flow.Launcher.Infrastructure; using Flow.Launcher.Plugin; using System.Text.Json; +using Flow.Launcher.Infrastructure.UserSettings; namespace Flow.Launcher.Core.Plugin {