diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
