1
0
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:
mjarkk
2018-11-10 09:27:03 +01:00
parent 32ecc6d745
commit 8742c4c110
2 changed files with 18 additions and 15 deletions

View File

@ -70,6 +70,7 @@ type Gui struct {
Errors SentinelErrors
Updater *updates.Updater
statusManager *statusManager
credentials credentials
}
type guiState struct {