mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02: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