summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-23 10:50:37 -0700
committerJeff Carr <[email protected]>2019-05-23 10:50:37 -0700
commite6e1fec4426cafeaaf458557d153377f3adce184 (patch)
treeeeb9db4bc62184358d06f571361a448fb189820e /gui.go
parent8cc6e993b9293f2558eb077054a73f3e72eddcd8 (diff)
pass through the account username and password
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/gui.go b/gui.go
index c61e202..11cca30 100644
--- a/gui.go
+++ b/gui.go
@@ -28,6 +28,11 @@ type GuiDataStructure struct {
GitCommit string
GoVersion string
+ // account entry textboxes
+ AccNick string
+ AccUser string
+ AccPass string
+
// stuff for the splash screen / setup tabs
cloudWindow *ui.Window
cloudTab *ui.Tab
@@ -39,8 +44,6 @@ type GuiDataStructure struct {
tabcount int
allButtons []ButtonMap
-
-
// stuff for the 'area'
fontButton *ui.FontButton
attrstr *ui.AttributedString