summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-20 02:30:31 -0600
committerJeff Carr <[email protected]>2025-01-20 02:30:31 -0600
commit6cee7c5420f231ce869d8c320bc5471e31e79760 (patch)
treea6e0e2b18730ecedaea2f93b03db11853b17dacd /doGui.go
parentd9c4d18b168726f0c44269b40bb699c17278ab17 (diff)
gui testing and cleanups
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index 7b07a9d..6d0dcc9 100644
--- a/doGui.go
+++ b/doGui.go
@@ -31,7 +31,7 @@ func doGui() {
me.patchWin = new(patchesWindow)
- me.mainWindow = gadgets.RawBasicWindow("Forge: (this doesn't work yet)")
+ me.mainWindow = gadgets.RawBasicWindow("Forge: (this kinda works sometimes)")
me.mainWindow.Make()
me.mainWindow.Show()
me.mainWindow.Custom = func() {