Skip to content

Commit 20d0ed1

Browse files
committed
Remove unnecessary todo
1 parent 38cf8c3 commit 20d0ed1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ public void Save()
357357
ToolTip = attributes.Description,
358358
};
359359

360-
// TODO: Fix issue here
361360
passwordBox.PasswordChanged += (sender, _) =>
362361
{
363362
Settings[attributes.Name] = ((PasswordBox)sender).Password;

0 commit comments

Comments
 (0)