From 0c3ed55c33f1ce18c8d1797ade708b143589a8dc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 19 Jan 2024 12:39:25 -0600 Subject: [PATCH] better name Signed-off-by: Jeff Carr --- basicWindow.go => stateWindow.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename basicWindow.go => stateWindow.go (88%) diff --git a/basicWindow.go b/stateWindow.go similarity index 88% rename from basicWindow.go rename to stateWindow.go index 220ef52..74954da 100644 --- a/basicWindow.go +++ b/stateWindow.go @@ -1,4 +1,5 @@ -// This creates a simple hello world window +// This window, when it's hidden, still exists to the application +// so it can be treated as if it really exists package main import (