Skip to content

Commit

Permalink
Update AutoWall.au3
Browse files Browse the repository at this point in the history
  • Loading branch information
SegoCode authored Apr 13, 2021
1 parent 05e52c0 commit 7fd6d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AutoWall.au3
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ Else
GUISetState(@SW_SHOW)
EndIf


;Init gui
GUICtrlSendMsg($inputPath, $EM_SETCUEBANNER, False, "Browse and select video")
GUICtrlSetState($winStart, $GUI_DISABLE)

;Check updates
Run(@WorkingDir & "\tools\updater.exe","",@SW_HIDE)

While 1
Expand Down

0 comments on commit 7fd6d39

Please sign in to comment.