Skip to content

Commit 898f09c

Browse files
authored
修复一处错误
1 parent 6a8a512 commit 898f09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ALTRun.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Global g_LOG:= New Logger(A_Temp "\ALTRun.log")
105105
,Background : "Default"
106106
,Transparency : 230}
107107
, g_RUNTIME := {Ini : A_ScriptDir "\" A_ComputerName ".ini" ; 程序运行需要的临时全局变量, 不需要用户参与修改, 不读写入ini
108-
,WinName : "ALTRun - Ver 2025.08.01"
108+
,WinName : "ALTRun - Ver 2025.08.08"
109109
,BGPic : ""
110110
,WinHide : ""
111111
,UseDisplay : 0
@@ -2262,7 +2262,7 @@ ColorSelect(Color := 0, hwnd := 0, ByRef custColorObj := "",disp:="full") {
22622262
ret := DllCall("comdlg32\ChooseColor", "UPtr", &CHOOSECOLOR, "UInt")
22632263

22642264
if !ret
2265-
Exit
2265+
Return
22662266

22672267
custColorObj := Array()
22682268
Loop 16 {

0 commit comments

Comments
 (0)