diff options
| author | Jeff Carr <[email protected]> | 2019-05-23 13:13:42 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-23 13:13:42 -0700 |
| commit | f283a656dc6f57f01a3ef1f049c11830dbe4cdde (patch) | |
| tree | 61ef109829a1bd09ac98a62740e46ba1fd2703de /gui.go | |
| parent | 7bcdefb94aa8efb853ddafdf444c9df4cf9e464e (diff) | |
start honoring the debugging flag for more output
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ type GuiDataStructure struct { GitCommit string GoVersion string HomeDir string + Debug bool // account entry textboxes AccNick string |
