mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-22 02:45: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
|
@ -16,7 +16,7 @@ namespace SourceGit.Views
|
|||
|
||||
private async void OpenLocalRepository(object _1, RoutedEventArgs e)
|
||||
{
|
||||
var activePage = App.GetLauncer().ActivePage;
|
||||
var activePage = App.GetLauncher().ActivePage;
|
||||
if (activePage == null || !activePage.CanCreatePopup())
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue