From b14cf89d6878ee42cab2d5ef08249c6d186c8bb9 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Fri, 11 Apr 2025 11:11:58 +0800 Subject: [PATCH] Remove useless using --- .../SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs index 7eba1602f..2697a508e 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs @@ -10,7 +10,6 @@ using Flow.Launcher.Infrastructure; using Flow.Launcher.Infrastructure.UserSettings; using Flow.Launcher.Plugin; using Flow.Launcher.Plugin.SharedModels; -using OpenFileDialog = System.Windows.Forms.OpenFileDialog; namespace Flow.Launcher.SettingPages.ViewModels; @@ -20,7 +19,7 @@ public partial class SettingsPaneGeneralViewModel : BaseModel private readonly Updater _updater; private readonly IPortable _portable; private readonly Internationalization _translater; - + public SettingsPaneGeneralViewModel(Settings settings, Updater updater, IPortable portable, Internationalization translater) { Settings = settings;