typo: corrected spelling error in App.GetLauncher() method

This commit is contained in:
Göran W 2025-06-03 10:25:46 +02:00 committed by leo
parent a023a9259b
commit 75c32c1a01
No known key found for this signature in database
9 changed files with 20 additions and 20 deletions

View file

@ -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;
}