summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-24 18:17:05 -0700
committerJeff Carr <[email protected]>2019-05-24 18:17:05 -0700
commit838fdb7b605c1313c6bde722772d8bed9ac1b098 (patch)
tree622ea5b5fad5a4ec4ccb4a3b51cc8018f7244fad /structs.go
parent462813cf36fca0f7197af5dea7c682f4d0e01532 (diff)
start removing the config package
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 3f25033..5dc3bdf 100644
--- a/structs.go
+++ b/structs.go
@@ -53,9 +53,8 @@ type GuiDataStructure struct {
IPv6 string
// account entry textboxes
- AccNick string
- AccUser string
- AccPass string
+ AccNick string
+ Config *pb.Config
// A map of all buttons everywhere on all
// windows, all tabs, across all goroutines