mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Disable unused import warning
This commit is contained in:
parent
f5cc792ce9
commit
babffe907f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue