From 327e14f05154b1cfdb9af27b387cc3227cedca0d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 5 Jan 2024 13:30:00 -0600 Subject: andlabs compiles with 'go.wit.com/gui/widget' Signed-off-by: Jeff Carr --- andlabs/debug.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'andlabs/debug.go') 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": -- cgit v1.2.3