Skip to content

Commit

Permalink
Update Quality Muncher.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Thqrn committed Aug 12, 2022
1 parent f81ff38 commit 10683ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Quality Muncher.bat
Original file line number Diff line number Diff line change
Expand Up @@ -1136,12 +1136,14 @@ goto :eof
:filterlist
if "%tcltrue%" == "false" (
choice /m "Do you want some extra video effects?"
) else (
echo Do you want to add some extra video effects?
)
if "%tcltrue%" == "false" (
if %errorlevel% == 2 (
call :clearlastprompt
goto :eof
)
) else (
echo Do you want to add some extra video effects?
)
echo Green items are selected, gray items are unselected
echo  [D] Done - finish your selection and move to the next prompt
Expand Down

0 comments on commit 10683ec

Please sign in to comment.