diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 12:39:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 12:39:25 -0600 |
| commit | 0c3ed55c33f1ce18c8d1797ade708b143589a8dc (patch) | |
| tree | 0b94db34bff6b426bc566f1fcdbb923e3daa349d | |
| parent | 5fd46dd44d4dffe9b02ad1bdf01d4cba79d98ced (diff) | |
better name
Signed-off-by: Jeff Carr <[email protected]>
| -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 ( |
