We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81e1ac commit 0f210ebCopy full SHA for 0f210eb
fxgui/fxwidgets/_delegates.py
@@ -1018,7 +1018,7 @@ def _draw_thumbnail_content(
1018
# Use fallback if thumbnail is null/invalid
1019
if thumbnail.isNull():
1020
fallback_path = (
1021
- Path(__file__).parent.parent / "images" / "splash.png"
+ Path(__file__).parent.parent / "images" / "missing_image.png"
1022
)
1023
if fallback_path.exists():
1024
thumbnail = QPixmap(str(fallback_path))
0 commit comments