fix config not saving

This commit is contained in:
Aynakeya
2022-08-20 10:10:12 -07:00
parent a8d5e9d772
commit d20c39ace3
2 changed files with 2 additions and 0 deletions

View File

@@ -24,5 +24,6 @@ func main() {
gui.MainWindow.ShowAndRun()
controller.ClosePlugins(plugins...)
controller.Destroy()
_ = config.SaveToConfigFile(config.ConfigPath)
logger.Logger.Info("================Program End================")
}