From 58eff2a9e261335e656f7f5a2311801660b3afc6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Feb 2025 04:53:49 -0600 Subject: disable enable is starting to display --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 4a424b6..841a87e 100644 --- a/structs.go +++ b/structs.go @@ -204,6 +204,7 @@ type guiWidget struct { frame bool // ? selectedTab *tree.Node // for a window, this is currently selected tab color *colorT // what color to use + colorLast colorT // the last color the widget had defaultColor *colorT // the default colors // TODO: make a function for this instead isBG bool // means this is the background widget. There is only one of these } -- cgit v1.2.3