From 03f062ca34c49e6cb6223f867718436116969ddd Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Thu, 19 Jan 2023 23:26:10 +0800 Subject: [PATCH] Fix build error --- Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs index c59f05598..2ccc35884 100644 --- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs +++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs @@ -1,6 +1,9 @@ using System; using System.Diagnostics; using System.IO; +#if !DEBUG +using System.Windows; +#endif namespace Flow.Launcher.Plugin.SharedCommands {