Skip to content

Commit

Permalink
fix: 暂时隐藏更新提示
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Nov 24, 2021
1 parent 83f578e commit c27649b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Core/CapsLockX-Update.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ global CapsLockX_Update_Stop := 0x10
if(T_CheckUpdate)
CapsLockX_更新()
; CapsLockX_更新记录("发现新版本!准备更新:" "`n仓库版本:" remote "`n我的版本:" local)
TrayTip, CapsLockX 更新模块, 更新完成
Sleep, 5000
; TODO
; TrayTip, CapsLockX 更新模块, 更新完成
; Sleep, 5000
return

CapsLockX_更新记录(msg){
; TrayTip CapsLockX 更新, %msg%
ToolTip, CapsLockX 更新:%msg%
; ToolTip, CapsLockX 更新:%msg%
; MsgBox, CapsLockX 更新:%msg%
}
CapsLockX_更新提示(msg){
Expand Down

0 comments on commit c27649b

Please sign in to comment.