Browse Source

Typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
b33b4a81fe
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/frontend/carla_host.py

+ 1
- 1
source/frontend/carla_host.py View File

@@ -1559,7 +1559,7 @@ class HostWindow(QMainWindow):
else:
imgFormat = b"PNG"
else:
if newPath.lower().endswith(".jpg"):
if newPath.lower().endswith((".jpg", ".jpeg")):
imgFormat = b"JPG"
else:
imgFormat = b"PNG"


Loading…
Cancel
Save