diff options
| author | Jeff Carr <[email protected]> | 2024-01-27 13:11:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-27 13:11:26 -0600 |
| commit | c481302f65856654bdf0465148ac7880c32deca1 (patch) | |
| tree | 1ccaee4c5930d7d491ca141ab541afe644d9f59c /main.go | |
| parent | 7197f9cc084ad4bf72daee5442df9723388f96e5 (diff) | |
loaded andlabs successfully from nocui toolkitv0.13.18
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -23,8 +23,10 @@ var section1 *choices var section2 *choices func main() { - log.SetAll(true) - log.ShowFlags() + if debugger.ArgDebug() { + log.SetAll(true) + log.ShowFlags() + } myGui = gui.New() // myGui.LoadToolkit("andlabs") // myGui.LoadToolkit("nocui") |
