fix: 修复了意外退出的问题
This commit is contained in:
parent
6fba979933
commit
e2288e7c3d
|
@ -273,13 +273,13 @@ ClickOnDoro(*) {
|
||||||
Result := MsgBox("Doro完成任务!" outputText "`n可以支持一下Doro吗", , "YesNo")
|
Result := MsgBox("Doro完成任务!" outputText "`n可以支持一下Doro吗", , "YesNo")
|
||||||
if Result = "Yes"
|
if Result = "Yes"
|
||||||
MsgSponsor
|
MsgSponsor
|
||||||
if g_settings["SelfClosing"]
|
if g_settings["SelfClosing"] {
|
||||||
if InStr(currentVersion, "beta") {
|
if InStr(currentVersion, "beta") {
|
||||||
MsgBox ("测试版本禁用自动关闭!")
|
MsgBox ("测试版本禁用自动关闭!")
|
||||||
Pause
|
Pause
|
||||||
}
|
}
|
||||||
ExitApp
|
ExitApp
|
||||||
Pause
|
}
|
||||||
}
|
}
|
||||||
;初始化
|
;初始化
|
||||||
Initialization() {
|
Initialization() {
|
||||||
|
|
Loading…
Reference in New Issue