Skip to content

Commit

Permalink
[52] (v1) fix SVG to PNG logo conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Dec 30, 2024
1 parent 6219306 commit 5d2397c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/Show.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def download_logo(self) -> None:
logo = ImageMagickInterface(
getattr(global_objects.pp, 'imagemagick_container', 'ImageMagick'),
getattr(global_objects.pp, 'use_magick_prefix', True),
getattr(global_objects.pp, 'imagemagick_timeout', 30),
timeout=getattr(global_objects.pp, 'imagemagick_timeout', 30),
).convert_svg_to_png(
ImageMagickInterface.TEMPORARY_SVG_FILE,
self.logo,
Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.14.0-webui51
v2.0-alpha.14.0-webui52

0 comments on commit 5d2397c

Please sign in to comment.