mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unnecessary todo
This commit is contained in:
parent
38cf8c3422
commit
20d0ed1074
1 changed files with 0 additions and 1 deletions
|
|
@ -357,7 +357,6 @@ namespace Flow.Launcher.Core.Plugin
|
||||||
ToolTip = attributes.Description,
|
ToolTip = attributes.Description,
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: Fix issue here
|
|
||||||
passwordBox.PasswordChanged += (sender, _) =>
|
passwordBox.PasswordChanged += (sender, _) =>
|
||||||
{
|
{
|
||||||
Settings[attributes.Name] = ((PasswordBox)sender).Password;
|
Settings[attributes.Name] = ((PasswordBox)sender).Password;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue