Remove unnecessary todo

This commit is contained in:
Jack251970 2025-03-03 20:01:40 +08:00
parent 38cf8c3422
commit 20d0ed1074

View file

@ -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;