From 78f6f8210d76760e3be8d76abe29796a20873e90 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 20 Nov 2019 01:56:09 +0100 Subject: Continue on 4chan, update readme info about tor --- src/Body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Body.cpp') diff --git a/src/Body.cpp b/src/Body.cpp index 7ed1a7f..db27214 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -222,7 +222,7 @@ namespace QuickMedia { image.setPosition(item_pos); window.draw(image); text_offset_x = width_ratio * image_size.x; - } else { + } else if(!item->thumbnail_url.empty()) { image_fallback.setPosition(item_pos); window.draw(image_fallback); text_offset_x = image_fallback.getSize().x; -- cgit v1.2.3