update ws obsinfo hint text

This commit is contained in:
aynakeya
2024-08-29 21:23:36 -07:00
parent 539e8eabe3
commit 0fe77febdf
4 changed files with 10 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ func main() {
global.Logger.Infof("closing event manager")
global.EventManager.Stop()
if *dev {
global.Logger.Infof("saving translation")
i18n.SaveTranslation()
}
_ = config.SaveToConfigFile(config.ConfigPath)