fix(screencapt): parameters after --region was not processed

This commit is contained in:
Yorick Barbanneau 2025-09-02 17:23:27 +02:00
parent a3b08d0a40
commit d556ad85e4
Signed by: ephase
GPG key ID: 4447A19BBEDB8DBA

View file

@ -72,6 +72,7 @@ process_args() {
else else
exit 1 exit 1
fi fi
shift
;; ;;
-f | --file) -f | --file)
TO_FILE=1 TO_FILE=1