Fix build error

This commit is contained in:
Vic 2023-01-19 23:26:10 +08:00
parent 4bea50d4cf
commit 03f062ca34

View file

@ -1,6 +1,9 @@
using System;
using System.Diagnostics;
using System.IO;
#if !DEBUG
using System.Windows;
#endif
namespace Flow.Launcher.Plugin.SharedCommands
{