Skip to content

Commit babffe9

Browse files
Disable unused import warning
1 parent f5cc792 commit babffe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using System;
22
using System.Diagnostics;
33
using System.IO;
4-
#if !DEBUG
4+
#pragma warning disable IDE0005
55
using System.Windows;
6-
#endif
6+
#pragma warning restore IDE0005
77

88
namespace Flow.Launcher.Plugin.SharedCommands
99
{

0 commit comments

Comments
 (0)