From 838fdb7b605c1313c6bde722772d8bed9ac1b098 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 May 2019 18:17:05 -0700 Subject: start removing the config package Signed-off-by: Jeff Carr --- structs.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 3f25033..5dc3bdf 100644 --- a/structs.go +++ b/structs.go @@ -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 -- cgit v1.2.3