summaryrefslogtreecommitdiff
path: root/andlabs/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 13:30:00 -0600
committerJeff Carr <[email protected]>2024-01-05 13:30:00 -0600
commit327e14f05154b1cfdb9af27b387cc3227cedca0d (patch)
treea040d4bd5a558e4da5a747cd8684363801864f29 /andlabs/debug.go
parentb9868cc873501e9e73c76b76a99d7b72cadab9b0 (diff)
andlabs compiles with 'go.wit.com/gui/widget'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/debug.go')
-rw-r--r--andlabs/debug.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/andlabs/debug.go b/andlabs/debug.go
index 5e28dd0..d92739f 100644
--- a/andlabs/debug.go
+++ b/andlabs/debug.go
@@ -2,7 +2,7 @@ package main
import (
"strconv"
- "go.wit.com/gui/toolkits"
+ "go.wit.com/gui/widget"
)
var defaultBehavior bool = true
@@ -92,7 +92,7 @@ func GetDebugToolkit () bool {
}
*/
-func flag(a *toolkit.Action) {
+func flag(a *widget.Action) {
// should set the checkbox to this value
switch a.S {
case "Quiet":