Disable unused import warning

This commit is contained in:
Vic 2023-01-22 12:59:32 +08:00
parent f5cc792ce9
commit babffe907f

View file

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