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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user