mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 18:35:00 +00:00
typo: corrected spelling error in App.GetLauncher()
method
This commit is contained in:
parent
a023a9259b
commit
75c32c1a01
9 changed files with 20 additions and 20 deletions
|
@ -338,7 +338,7 @@ namespace SourceGit
|
|||
return null;
|
||||
}
|
||||
|
||||
public static ViewModels.Launcher GetLauncer()
|
||||
public static ViewModels.Launcher GetLauncher()
|
||||
{
|
||||
return Current is App app ? app._launcher : null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue