wasn't saving

This commit is contained in:
Jeff Carr 2025-01-30 03:06:33 -06:00
parent 4539a85125
commit a76028dd23
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ func doCheckDirtyAndConfigSave() {
if start != end {
// todo: use internal forgepb configsave flag. should work?
me.forge.SetConfigSave(true)
me.forge.ConfigSave()
}
}