summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stateWindow.go (renamed from basicWindow.go)3
1 files changed, 2 insertions, 1 deletions
diff --git a/basicWindow.go b/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 (