mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
Use WithWaitingStatus instead of WithLoaderPanel for pull/push/fetch
This commit is contained in:
parent
cdad0b998e
commit
f3e9d50d94
11 changed files with 31 additions and 31 deletions
|
@ -544,7 +544,7 @@ func (self *BranchesController) fastForward(branch *models.Branch) error {
|
|||
},
|
||||
)
|
||||
|
||||
return self.c.WithLoaderPanel(message, func(task gocui.Task) error {
|
||||
return self.c.WithWaitingStatus(message, func(task gocui.Task) error {
|
||||
worktree, ok := self.worktreeForBranch(branch)
|
||||
if ok {
|
||||
self.c.LogAction(action)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue