Skip to content

Commit

Permalink
update examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
whtiehack committed Dec 24, 2019
1 parent f602d9a commit 31eb20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wowjump/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func btnClick() {
logouts = GetMultiLogout()
if len(logouts) == 0 {
running = !running
log.Println("没有找到WOW窗口")
log.Println("没有找到WOW窗口,如果确认已经开启了wow窗口\n可以使用管理员身份运行程序试试")
go stat.Stat("/cancel", "wowjump-cancel")
return
}
Expand Down

0 comments on commit 31eb20b

Please sign in to comment.