Skip to content

Commit

Permalink
Update autoPause.au3
Browse files Browse the repository at this point in the history
  • Loading branch information
SegoCode authored Jul 20, 2021
1 parent 5082438 commit e366a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/autoPause.au3
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ While 1
$aPos = WinGetPos($Actwin)
$wText = WinGetTitle($Actwin)

; check GUI fill the screen
; check GUI fill the screen and real gui
If $aPos <> 0 And $aPos[2] >= $iW And $aPos[3] >= $iH And StringLen($wText) > 0 Then
If Not $pause Then
; FullScreen
Expand Down

0 comments on commit e366a97

Please sign in to comment.