fix: 修复了运行时无法保存的问题

This commit is contained in:
知一一 2025-06-04 00:06:57 +08:00
parent 75f78a2dec
commit eba09c729e
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ Initialization() {
ExitApp
}
LogBox.Value := ""
loadSettings()
WriteSettings()
global BattleActive := 1
global stdScreenW := 3840
global stdScreenH := 2160