mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
code_style: remove unused code and run dotnet format
This commit is contained in:
parent
e6f3ab5e68
commit
c1ee47a79d
4 changed files with 4 additions and 6 deletions
|
@ -45,7 +45,7 @@ namespace SourceGit.Views
|
|||
TreeContainer.Focus(NavigationMethod.Directional);
|
||||
e.Handled = true;
|
||||
}
|
||||
else if (e.Key == Key.F &&
|
||||
else if (e.Key == Key.F &&
|
||||
((OperatingSystem.IsMacOS() && e.KeyModifiers.HasFlag(KeyModifiers.Meta)) ||
|
||||
(!OperatingSystem.IsMacOS() && e.KeyModifiers.HasFlag(KeyModifiers.Control))))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue