mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 18:35:00 +00:00
fix: typo in name SetupExternalTools
(#1343)
This commit is contained in:
parent
bf39673b21
commit
afbd0d7135
2 changed files with 2 additions and 2 deletions
|
@ -548,7 +548,7 @@ namespace SourceGit
|
|||
|
||||
private void TryLaunchAsNormal(IClassicDesktopStyleApplicationLifetime desktop)
|
||||
{
|
||||
Native.OS.SetupEnternalTools();
|
||||
Native.OS.SetupExternalTools();
|
||||
Models.AvatarManager.Instance.Start();
|
||||
|
||||
string startupRepo = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue