From 4eb20e242f3e415b45ef9b0fdbccbe69d5e81a57 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Sun, 9 Jul 2023 19:32:29 +0300 Subject: [PATCH] fix build issue introduced in 088818bb --- Flow.Launcher.Plugin/EventHandler.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/EventHandler.cs b/Flow.Launcher.Plugin/EventHandler.cs index 78e4bd4ed81..893b0ba8047 100644 --- a/Flow.Launcher.Plugin/EventHandler.cs +++ b/Flow.Launcher.Plugin/EventHandler.cs @@ -1,4 +1,5 @@ -using System.Windows; +using System; +using System.Windows; using System.Windows.Input; namespace Flow.Launcher.Plugin