From d141b4d308f71418e8d43a58c2e04f9560db3092 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 25 Mar 2025 07:28:06 -0500 Subject: save the toolkit config options --- addNode.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'addNode.go') diff --git a/addNode.go b/addNode.go index 63c54a5..715d3c4 100644 --- a/addNode.go +++ b/addNode.go @@ -38,9 +38,9 @@ func addNode(a *widget.Action) *Node { } if treeRoot.FindWidgetId(a.WidgetId) != nil { - log.Log(TREEWARN, "AddNode() WidgetId already exists", a.WidgetId) - log.Log(TREEWARN, "probably this is a Show() / Hide() issue") - log.Log(TREEWARN, "TODO: figure out what to do here") + // ignore these errors for now + log.Log(TREE, "AddNode() WidgetId already exists", a.WidgetId) + log.Log(TREE, "TODO: figure out what to do here probably this is a Show() / Hide() issue") return treeRoot.FindWidgetId(a.WidgetId) } -- cgit v1.2.3