This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Typo
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX
4 years ago
parent
673f34e61f
commit
b33b4a81fe
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save