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

Fall back to WithWaitingStatus if view showing the item is not visible

This commit is contained in:
Stefan Haller
2023-10-18 09:44:34 +02:00
parent 240948b882
commit 0fd4983c66
5 changed files with 33 additions and 15 deletions

View File

@ -115,7 +115,7 @@ func (gui *Gui) resetHelpersAndControllers() {
Confirmation: helpers.NewConfirmationHelper(helperCommon),
Mode: modeHelper,
AppStatus: appStatusHelper,
InlineStatus: helpers.NewInlineStatusHelper(helperCommon),
InlineStatus: helpers.NewInlineStatusHelper(helperCommon, windowHelper),
WindowArrangement: helpers.NewWindowArrangementHelper(
gui.c,
windowHelper,