Skip to content

Commit

Permalink
Transferred all 'ExitApp' to the ExitApp routine
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryjs committed Sep 2, 2022
1 parent 4a389d7 commit 8cc238e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified Player Picker.exe
Binary file not shown.
3 changes: 1 addition & 2 deletions Player-Picker.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ Esc::
GuiClose:
GuiEscape:
Goto, ExitApp
ExitApp
Return

;SubRoutines for GUI 1 (MainWindow)
Expand Down Expand Up @@ -262,7 +261,7 @@ Player(n) {
Sleep, 2000
ControlSend, , {Enter}, mpv.net ;fix potential bug in mpvnet
WinActivate, ahk_exe %Match%
ExitApp
Goto, ExitApp
}
Return

Expand Down

0 comments on commit 8cc238e

Please sign in to comment.