mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-24 05:36:19 +02:00
WIP
This commit is contained in:
parent
2fac2f9f1f
commit
b77abdc5e1
@ -78,12 +78,6 @@ func (gui *Gui) renderRemotesWithSelection() error {
|
|||||||
displayStrings := presentation.GetRemoteListDisplayStrings(gui.State.Remotes, gui.State.Diff.Ref)
|
displayStrings := presentation.GetRemoteListDisplayStrings(gui.State.Remotes, gui.State.Diff.Ref)
|
||||||
gui.renderDisplayStrings(branchesView, displayStrings)
|
gui.renderDisplayStrings(branchesView, displayStrings)
|
||||||
|
|
||||||
if gui.g.CurrentView() == branchesView && branchesView.Context == "remotes" {
|
|
||||||
if err := gui.handleRemoteSelect(); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user