diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 05:40:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 05:40:44 -0500 |
| commit | f55f7cd6f04041f9ae01a8cda6b7d2fc16da12b6 (patch) | |
| tree | 912dec71bfc0cb0c8c13cc49072dd2af7b089305 /doGui.go | |
| parent | 6c58ab5e15104569b802681cacfb6882269dfb7f (diff) | |
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -27,24 +27,17 @@ func debug() { } func doGui() { - me.myGui = gui.New() - // me.myGui.SetAppDefaultPlugin(me.forge.Config.DefaultGui) - me.myGui.Default() - win := gadgets.NewGenericWindow("regex: a WIT Cloud private AI tool", "Current Conversations") drawWindow(win) win.Custom = func() { log.Warn("MAIN WINDOW CLOSE") - me.myGui.StandardExit() + gui.StandardExit() os.Exit(0) } me.mainWindow = win - // sits here forever - debug() - } func drawWindow(win *gadgets.GenericWindow) { |
