mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-16 16:05: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
|
@ -1401,7 +1401,7 @@ namespace SourceGit.ViewModels
|
|||
};
|
||||
}
|
||||
|
||||
App.GetLauncer().OpenRepositoryInTab(node, null);
|
||||
App.GetLauncher().OpenRepositoryInTab(node, null);
|
||||
}
|
||||
|
||||
public void AddWorktree()
|
||||
|
@ -1430,7 +1430,7 @@ namespace SourceGit.ViewModels
|
|||
};
|
||||
}
|
||||
|
||||
App.GetLauncer()?.OpenRepositoryInTab(node, null);
|
||||
App.GetLauncher()?.OpenRepositoryInTab(node, null);
|
||||
}
|
||||
|
||||
public List<Models.OpenAIService> GetPreferedOpenAIServices()
|
||||
|
@ -2588,7 +2588,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
private LauncherPage GetOwnerPage()
|
||||
{
|
||||
var launcher = App.GetLauncer();
|
||||
var launcher = App.GetLauncher();
|
||||
if (launcher == null)
|
||||
return null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue