Skip to content

Commit

Permalink
Update SettingsValidator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jul 25, 2021
1 parent 35226de commit fea8c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DiffEngineTray/Settings/SettingsValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public static bool IsValidate(this Settings settings, out List<string> errors)
{
errors = new();
ValidateHotKey(errors, settings.AcceptAllHotKey);
ValidateHotKey(errors, settings.AcceptOpenHotKey);

return !errors.Any();
}
Expand Down

0 comments on commit fea8c6a

Please sign in to comment.