make a 'Current' value
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
838fdb7b60
commit
3198bd3484
|
@ -55,6 +55,7 @@ type GuiDataStructure struct {
|
||||||
// account entry textboxes
|
// account entry textboxes
|
||||||
AccNick string
|
AccNick string
|
||||||
Config *pb.Config
|
Config *pb.Config
|
||||||
|
Current *pb.Config_Account
|
||||||
|
|
||||||
// A map of all buttons everywhere on all
|
// A map of all buttons everywhere on all
|
||||||
// windows, all tabs, across all goroutines
|
// windows, all tabs, across all goroutines
|
||||||
|
|
Loading…
Reference in New Issue