1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

Use WithWaitingStatus instead of WithLoaderPanel for pull/push/fetch

This commit is contained in:
Stefan Haller
2023-08-29 13:03:49 +02:00
parent cdad0b998e
commit f3e9d50d94
11 changed files with 31 additions and 31 deletions

View File

@ -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)