summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 05:16:56 -0500
committerJeff Carr <[email protected]>2025-09-25 05:16:56 -0500
commitd48a3d0da82c585f51147f562a0b854175d231f8 (patch)
treebdfccb03ad8c7cae69cb5222ca5cf20321904613 /main.go
parent5f2f877001dfa6d26f3a2ec30ff4852db124a7e3 (diff)
wasn't really saving the reposv0.23.122
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 547b988..31f7e92 100644
--- a/main.go
+++ b/main.go
@@ -57,7 +57,6 @@ func main() {
me.mainWindow.Custom = func() {
log.Warn("Window closed. forge configsave")
// sets the hidden flag to false so Toggle() works
- me.forge.ConfigSave()
okExit("")
}
me.mainWindow.Make()