diff options
| author | Jeff Carr <[email protected]> | 2019-05-24 18:17:05 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-24 18:17:05 -0700 |
| commit | 838fdb7b605c1313c6bde722772d8bed9ac1b098 (patch) | |
| tree | 622ea5b5fad5a4ec4ccb4a3b51cc8018f7244fad /structs.go | |
| parent | 462813cf36fca0f7197af5dea7c682f4d0e01532 (diff) | |
start removing the config package
Signed-off-by: Jeff Carr <[email protected]>
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 |
