diff options
| author | Jeff Carr <[email protected]> | 2025-01-20 02:30:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-20 02:30:31 -0600 |
| commit | 6cee7c5420f231ce869d8c320bc5471e31e79760 (patch) | |
| tree | a6e0e2b18730ecedaea2f93b03db11853b17dacd /doGui.go | |
| parent | d9c4d18b168726f0c44269b40bb699c17278ab17 (diff) | |
gui testing and cleanups
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |
