From f5d465901d2ec48e145c3c7ce04eceb69445a11f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 17:29:17 -0600 Subject: trying to send Close Window() from toolkit plugin --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b4d1aef..01a7f49 100644 --- a/structs.go +++ b/structs.go @@ -130,6 +130,7 @@ type window struct { isBG bool // means this is the background widget. There is only one of these order int // what level the window is on resize bool // only set the title once + collapsed bool // only show the window title bar } type guiWidget struct { -- cgit v1.2.3