From 8e8e9d35ac0eef9760c29a2ab3660573cffb6b87 Mon Sep 17 00:00:00 2001 From: 01Dri Date: Fri, 10 Oct 2025 00:08:27 -0300 Subject: [PATCH] code quality --- Flow.Launcher/ViewModel/MainViewModel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 7512ae4c2..ad530cc1d 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -10,12 +10,10 @@ using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using System.Windows.Controls; -using System.Windows.Input; using System.Windows.Media; using System.Windows.Threading; using CommunityToolkit.Mvvm.DependencyInjection; using CommunityToolkit.Mvvm.Input; -using Droplex; using Flow.Launcher.Core.Plugin; using Flow.Launcher.Infrastructure; using Flow.Launcher.Infrastructure.DialogJump;