Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit f40591d

Browse files
committed
improved local installation detection
1 parent 6093462 commit f40591d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public static class Program
4242
[STAThread]
4343
public static void Main(string[] args)
4444
{
45+
_IsLocalInstallation = Paths.IsLocalInstallation();
4546
#if DEBUG
4647
System.Diagnostics.PresentationTraceSources.DataBindingSource.Switch.Level =
4748
System.Diagnostics.SourceLevels.Critical;
@@ -85,7 +86,6 @@ public static void Main(string[] args)
8586
});
8687
}
8788

88-
_IsLocalInstallation = Paths.IsLocalInstallation();
8989

9090
Translations = new TranslationProvider();
9191
Translations.LoadLanguage(OptionsObject.Language, true);

0 commit comments

Comments
 (0)