From 20d0ed10744a8540392c58da34abdfd69ec60ed6 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Mon, 3 Mar 2025 20:01:40 +0800 Subject: [PATCH] Remove unnecessary todo --- Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs index 920894896..c9a0d6e47 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs @@ -357,7 +357,6 @@ namespace Flow.Launcher.Core.Plugin ToolTip = attributes.Description, }; - // TODO: Fix issue here passwordBox.PasswordChanged += (sender, _) => { Settings[attributes.Name] = ((PasswordBox)sender).Password;