Skip to content

Commit

Permalink
Undo selection of ConEmu default console in the toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Jun 17, 2020
1 parent df15749 commit e3c0ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitUI/CommandsDialogs/FormBrowse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit e3c0ed4

Please sign in to comment.