diff --git a/src/Views/Preference.xaml.cs b/src/Views/Preference.xaml.cs index b01aae40..3c9e2431 100644 --- a/src/Views/Preference.xaml.cs +++ b/src/Views/Preference.xaml.cs @@ -21,7 +21,7 @@ namespace SourceGit.Views { UpdateGitInfo(false); HasWindowsTerminal = Models.ExecutableFinder.Find("wt.exe") != null; - if (HasWindowsTerminal) Models.Preference.Instance.General.UseWindowsTerminal = false; + if (!HasWindowsTerminal) Models.Preference.Instance.General.UseWindowsTerminal = false; InitializeComponent(); }