This commit is contained in:
Aynakeya
2022-06-26 01:44:26 -07:00
parent 8c6ea48ad4
commit dd46c167ff
16 changed files with 400 additions and 57 deletions

View File

@@ -4,6 +4,7 @@ import (
"AynaLivePlayer/config"
"AynaLivePlayer/controller"
"AynaLivePlayer/gui"
"AynaLivePlayer/i18n"
"AynaLivePlayer/logger"
"AynaLivePlayer/plugin/diange"
"AynaLivePlayer/plugin/qiege"
@@ -32,6 +33,7 @@ func main() {
defer func() {
controller.Destroy()
config.SaveToConfigFile(config.CONFIG_PATH)
i18n.SaveTranslation()
}()
gui.Initialize()
gui.MainWindow.ShowAndRun()