summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-27 13:11:26 -0600
committerJeff Carr <[email protected]>2024-01-27 13:11:26 -0600
commitc481302f65856654bdf0465148ac7880c32deca1 (patch)
tree1ccaee4c5930d7d491ca141ab541afe644d9f59c /main.go
parent7197f9cc084ad4bf72daee5442df9723388f96e5 (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.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/main.go b/main.go
index fa28c37..9c69ca9 100644
--- a/main.go
+++ b/main.go
@@ -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")