From 3f2f3de751ed9863ab798853b2a09db6b745a1b0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 30 Jan 2024 11:54:57 -0600 Subject: try to get toolkit to close Signed-off-by: Jeff Carr --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin.go') diff --git a/plugin.go b/plugin.go index c8bd88c..204b77a 100644 --- a/plugin.go +++ b/plugin.go @@ -82,7 +82,7 @@ func action(a widget.Action) { log.Log(NOW, "attempt to move() =", a.ActionType, a.WidgetType, a.ProgName) case widget.ToolkitClose: log.Log(NOW, "attempting to close the plugin and release stdout and stderr") - standardExit() + standardClose() case widget.Enable: w.enable = true w.enableColor() -- cgit v1.2.3