diff options
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 |
