mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
add gone branches status
This commit is contained in:
@ -534,7 +534,7 @@ func (gui *Gui) refreshStatus() {
|
||||
status := ""
|
||||
|
||||
if currentBranch.IsRealBranch() {
|
||||
status += presentation.ColoredBranchStatus(currentBranch) + " "
|
||||
status += presentation.ColoredBranchStatus(currentBranch, gui.Tr) + " "
|
||||
}
|
||||
|
||||
workingTreeState := gui.git.Status.WorkingTreeState()
|
||||
|
Reference in New Issue
Block a user