From f837b2a5d25103a97b3c0f96f964aa9c29f06171 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 25 Jun 2025 22:42:49 +0800 Subject: [PATCH] Remove unused using --- Flow.Launcher/HotkeyControl.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher/HotkeyControl.xaml.cs b/Flow.Launcher/HotkeyControl.xaml.cs index 33316938c..93a077436 100644 --- a/Flow.Launcher/HotkeyControl.xaml.cs +++ b/Flow.Launcher/HotkeyControl.xaml.cs @@ -1,5 +1,4 @@ using System.Collections.ObjectModel; -using System.IO; using System.Threading.Tasks; using System.Windows; using System.Windows.Input;