1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

feat: add jump-to-panel label setting

This commit is contained in:
Maria José Solano
2023-09-06 18:16:53 -07:00
committed by Stefan Haller
parent 917eb88617
commit 387fbf6ab6
6 changed files with 30 additions and 0 deletions

View File

@ -109,6 +109,7 @@ func (self *RemotesController) enter(remote *models.Remote) error {
remoteBranchesContext.SetSelectedLineIdx(newSelectedLine)
remoteBranchesContext.SetTitleRef(remote.Name)
remoteBranchesContext.SetParentContext(self.Context())
remoteBranchesContext.GetView().TitlePrefix = self.Context().GetView().TitlePrefix
if err := self.c.PostRefreshUpdate(remoteBranchesContext); err != nil {
return err