aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-11-20 01:56:09 +0100
committerdec05eba <dec05eba@protonmail.com>2019-11-20 01:56:09 +0100
commit78f6f8210d76760e3be8d76abe29796a20873e90 (patch)
tree996ba7f56208c55da3d7fd13e7563ad497378838 /src/Body.cpp
parentfe211a2f2c69e2d11fc421b94918e97a2935b75e (diff)
Continue on 4chan, update readme info about tor
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp2
1 files changed, 1 insertions, 1 deletions
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;