summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2018-11-10 09:27:03 +0100
committermjarkk <mkopenga@gmail.com>2018-11-10 09:27:03 +0100
commit8742c4c11077755823b64982d0135e906ea71277 (patch)
treee1e849c0c6f386db1f6d07647b1edf41df2a5cb2 /pkg/gui/gui.go
parent32ecc6d7452d831e18caf4da481a34b6f6c130a8 (diff)
Removed some variables and placed them inside the gui struct
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index b67ed7b34..60d22f4e9 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -70,6 +70,7 @@ type Gui struct {
Errors SentinelErrors
Updater *updates.Updater
statusManager *statusManager
+ credentials credentials
}
type guiState struct {