make a 'Current' value

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-24 19:02:57 -07:00
parent 838fdb7b60
commit 3198bd3484
1 changed files with 1 additions and 0 deletions

View File

@ -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