From f65d80862e9ef92ab8b36829342a6738cbc4b5d5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Mar 2025 01:57:59 -0600 Subject: fyne changes to see if it can work --- args.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'args.go') diff --git a/args.go b/args.go index 88fcf53..b25c85f 100644 --- a/args.go +++ b/args.go @@ -17,8 +17,8 @@ var WARN *log.LogFlag var ERROR *log.LogFlag func init() { - full := "toolkit/nocui" - short := "nocui" + full := "toolkit/fyne" + short := "fyne" NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff") INFO = log.NewFlag("INFO", true, full, short, "normal debugging stuff") -- cgit v1.2.3