diff options
| author | Jeff Carr <[email protected]> | 2019-05-23 11:34:39 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-23 11:34:39 -0700 |
| commit | 7bcdefb94aa8efb853ddafdf444c9df4cf9e464e (patch) | |
| tree | 2d3b302d736e7689ac11f53c23f1d0157d91623e | |
| parent | 5775e40780904a12b304d09badce009cd64a6c0b (diff) | |
add a HomeDir
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | gui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ type GuiDataStructure struct { Version string GitCommit string GoVersion string + HomeDir string // account entry textboxes AccNick string |
