From e68ff632e2f54c705ae1d69033e58a8f2d1ca00c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 16 Nov 2020 13:32:49 +0100 Subject: Matrix: show provisional messages as the message is being sent and received --- include/Body.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index f4742bc..236a02d 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -207,6 +207,8 @@ namespace QuickMedia { float get_page_scroll() const { return page_scroll; } bool is_last_item_fully_visible() const { return last_item_fully_visible; } + bool is_body_full_with_items() const { return items_cut_off; } + sf::Text progress_text; sf::Text replies_text; sf::Text embedded_item_load_text; -- cgit v1.2.3