Skip to content

Commit 3ae0c10

Browse files
fix: 修正错误的参数
1 parent 99d2afc commit 3ae0c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jmservisor.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(A_Args[1] = "-"){
1313

1414

1515
if(A_Args[1]="chrome"){
16-
Run,%2% --app=%3% --start-maximizedc
16+
Run,%2% --app=%3% --start-maximized
1717
WinActivate, ahk_exe chrome.exe
1818
BlockInput,on
1919
Sleep, 10000

0 commit comments

Comments
 (0)