From 2ee37e5c209f64a09d4088b8895880deb084d0ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 02:22:58 -0600 Subject: fixed errors in Show() Signed-off-by: Jeff Carr --- plugin.go | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin.go') diff --git a/plugin.go b/plugin.go index 37d9f9b..b9ff8ee 100644 --- a/plugin.go +++ b/plugin.go @@ -51,7 +51,6 @@ func action(a widget.Action) { log.Log(INFO, "Setting Visible to true", a.ProgName) w.SetVisible(true) } - w.showView() case widget.Hide: w.node.State.Hidden = true log.Log(NOW, "HIDE HERE. a.State.Hidden =", a.State.Hidden) -- cgit v1.2.3