Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Oct 11, 2023
1 parent f57263e commit fe5dc9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private void load()

Add(new ResetButton
{
Action = () => Children.OfType<KeyBindingRow>().ForEach(k => k.RestoreDefaults())
Action = () => Children.OfType<KeyBindingRow>().ForEach(k => k.RestoreDefaults()) // TODO: this isn't gonna work.
});
}

Expand Down

0 comments on commit fe5dc9b

Please sign in to comment.