Skip to content

Commit afbd0d7

Browse files
authored
fix: typo in name SetupExternalTools (#1343)
1 parent bf39673 commit afbd0d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ private bool TryLaunchAsAskpass(IClassicDesktopStyleApplicationLifetime desktop)
548548

549549
private void TryLaunchAsNormal(IClassicDesktopStyleApplicationLifetime desktop)
550550
{
551-
Native.OS.SetupEnternalTools();
551+
Native.OS.SetupExternalTools();
552552
Models.AvatarManager.Instance.Start();
553553

554554
string startupRepo = null;

src/Native/OS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static void SetupDataDir()
124124
Directory.CreateDirectory(DataDir);
125125
}
126126

127-
public static void SetupEnternalTools()
127+
public static void SetupExternalTools()
128128
{
129129
ExternalTools = _backend.FindExternalTools();
130130
}

0 commit comments

Comments
 (0)