From e3c0ed4fefcf46f30e09aaa2fb1578a9b573b342 Mon Sep 17 00:00:00 2001 From: RussKie Date: Wed, 17 Jun 2020 22:53:26 +1000 Subject: [PATCH] Undo selection of ConEmu default console in the toolbar --- GitUI/CommandsDialogs/FormBrowse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitUI/CommandsDialogs/FormBrowse.cs b/GitUI/CommandsDialogs/FormBrowse.cs index b8d13f44219..c8716585b25 100644 --- a/GitUI/CommandsDialogs/FormBrowse.cs +++ b/GitUI/CommandsDialogs/FormBrowse.cs @@ -291,7 +291,7 @@ public FormBrowse([NotNull] GitUICommands commands, string filter, ObjectId sele // Populate terminal tab after translation within InitializeComplete FillTerminalTab(); - FillUserShells(AppSettings.ConEmuTerminal.ValueOrDefault); + FillUserShells(ShellType.Bash.ToString()); RevisionGrid.ToggledBetweenArtificialAndHeadCommits += (s, e) => FocusRevisionDiffFileStatusList();