1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

Rename ModeStatus.Description to InfoLabel

It is styled and includes a "(Reset)" button, so it's really not a
general-purpose description, but very specific to the Information view.
This commit is contained in:
Stefan Haller
2025-08-12 17:12:02 +02:00
parent 7bf05dfca4
commit d8ea83704f
2 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ import (
func (gui *Gui) informationStr() string {
if activeMode, ok := gui.helpers.Mode.GetActiveMode(); ok {
return activeMode.Description()
return activeMode.InfoLabel()
}
if gui.g.Mouse {