old code nope

This commit is contained in:
Jeff Carr 2025-09-08 23:14:15 -05:00
parent 297355f27e
commit ad2c2ff2ec
1 changed files with 0 additions and 7 deletions

View File

@ -104,13 +104,6 @@ func doGui() {
mainWindow := gadgets.NewGenericWindow("Forge: A federated git development tool by WIT.COM", "Current Settings") mainWindow := gadgets.NewGenericWindow("Forge: A federated git development tool by WIT.COM", "Current Settings")
mainWindow.Custom = func() { mainWindow.Custom = func() {
log.Warn("MAIN WINDOW CLOSE") log.Warn("MAIN WINDOW CLOSE")
now := time.Now()
count := me.forge.RillReload()
log.Info("Repo Reload count =", count)
if count != 0 {
me.forge.ConfigSave()
}
log.Printf("rill repos.Reload() took (%s)\n", shell.FormatDuration(time.Since(now)))
okExit("") okExit("")
} }
drawWindow(mainWindow) drawWindow(mainWindow)