diff options
| author | Jeff Carr <[email protected]> | 2019-05-23 10:50:37 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-23 10:50:37 -0700 |
| commit | e6e1fec4426cafeaaf458557d153377f3adce184 (patch) | |
| tree | eeb9db4bc62184358d06f571361a448fb189820e /gui.go | |
| parent | 8cc6e993b9293f2558eb077054a73f3e72eddcd8 (diff) | |
pass through the account username and password
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
