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

@ -5,7 +5,7 @@ import (
"github.com/jesseduffield/lazygit/pkg/i18n"
)
func itemOperationToString(itemOperation types.ItemOperation, tr *i18n.TranslationSet) string {
func ItemOperationToString(itemOperation types.ItemOperation, tr *i18n.TranslationSet) string {
switch itemOperation {
case types.ItemOperationNone:
return ""