mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
Removed some variables and placed them inside the gui struct
This commit is contained in:
@ -70,6 +70,7 @@ type Gui struct {
|
||||
Errors SentinelErrors
|
||||
Updater *updates.Updater
|
||||
statusManager *statusManager
|
||||
credentials credentials
|
||||
}
|
||||
|
||||
type guiState struct {
|
||||
|
Reference in New Issue
Block a user