summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-24 19:02:57 -0700
committerJeff Carr <[email protected]>2019-05-24 19:02:57 -0700
commit3198bd3484fed9e3fe59d20a5828c3de0e2c75e9 (patch)
tree810513cf1a915a7c791e7299453ebc8d6447a12e
parent838fdb7b605c1313c6bde722772d8bed9ac1b098 (diff)
make a 'Current' value
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 5dc3bdf..0228dd4 100644
--- a/structs.go
+++ b/structs.go
@@ -55,6 +55,7 @@ type GuiDataStructure struct {
// account entry textboxes
AccNick string
Config *pb.Config
+ Current *pb.Config_Account
// A map of all buttons everywhere on all
// windows, all tabs, across all goroutines