diff --git a/src/AutoWall.au3 b/src/AutoWall.au3 index 222b5a8..455770f 100644 --- a/src/AutoWall.au3 +++ b/src/AutoWall.au3 @@ -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