summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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