fix: 修复了意外退出的问题

This commit is contained in:
知一一 2025-05-25 13:48:06 +08:00
parent 6fba979933
commit e2288e7c3d
1 changed files with 3 additions and 3 deletions

View File

@ -273,13 +273,13 @@ ClickOnDoro(*) {
Result := MsgBox("Doro完成任务" outputText "`n可以支持一下Doro吗", , "YesNo")
if Result = "Yes"
MsgSponsor
if g_settings["SelfClosing"]
if g_settings["SelfClosing"] {
if InStr(currentVersion, "beta") {
MsgBox ("测试版本禁用自动关闭!")
Pause
}
ExitApp
Pause
ExitApp
}
}
;初始化
Initialization() {