Skip to content

Commit e366a97

Browse files
authored
Update autoPause.au3
1 parent 5082438 commit e366a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/autoPause.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ While 1
1515
$aPos = WinGetPos($Actwin)
1616
$wText = WinGetTitle($Actwin)
1717

18-
; check GUI fill the screen
18+
; check GUI fill the screen and real gui
1919
If $aPos <> 0 And $aPos[2] >= $iW And $aPos[3] >= $iH And StringLen($wText) > 0 Then
2020
If Not $pause Then
2121
; FullScreen

0 commit comments

Comments
 (0)