Skip to content

Commit 75bc04d

Browse files
authored
Update AutoWall.au3
1 parent 7fd6d39 commit 75bc04d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/AutoWall.au3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GUICtrlSendMsg($inputPath, $EM_SETCUEBANNER, False, "Browse and select video")
4141
GUICtrlSetState($winStart, $GUI_DISABLE)
4242

4343
;Check updates
44-
Run(@WorkingDir & "\tools\updater.exe","",@SW_HIDE)
44+
Run(@WorkingDir & "\tools\updater.exe", "", @SW_HIDE)
4545

4646
While 1
4747
$nMsg = GUIGetMsg()
@@ -77,12 +77,12 @@ Func setwallpaper()
7777
$webview = @WorkingDir & "\tools\webView.exe"
7878

7979
$inputUdf = GUICtrlRead($inputPath)
80-
If _WinAPI_UrlIs ($inputUdf)==0 Then
80+
If _WinAPI_UrlIs($inputUdf) == 0 Then
8181
killAll()
8282
FileChangeDir(@WorkingDir & "\mpv\")
8383
Run($weebp & "run mpv " & '"' & GUICtrlRead($inputPath) & '"' & " --loop=inf --player-operation-mode=pseudo-gui --force-window=yes --no-audio", "", @SW_HIDE)
8484
Run($weebp & "add --wait --fullscreen --class mpv", "", @SW_HIDE)
85-
Else
85+
Else
8686
If StringInStr(GUICtrlRead($inputPath), "steamcommunity.com") Then
8787
$idSteam = StringSplit(GUICtrlRead($inputPath), "?id=", 1)
8888
ShellExecute("https://steamworkshopdownloader.io/extension/embedded/" & $idSteam[2])

0 commit comments

Comments
 (0)