update dependency.

This commit is contained in:
Aynakeya
2022-08-19 13:16:40 -07:00
parent 4c0b407475
commit b6645cc575
3 changed files with 6 additions and 9 deletions

View File

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