aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-19 23:33:23 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-20 02:06:49 +0200
commit6a2b5008be8104680826fe40fa8e674e9357c044 (patch)
treec7d88abee4e71ebbba68384c1686829656933b1c /include/QuickMedia.hpp
parent41fe990530c546b4cac7e000b40481f87fb33305 (diff)
Add thumbnail loading animation
Use correct ref in matrix replies, make text that contains our user id also count as a mention.
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index 955fc9c..45c499a 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -97,6 +97,7 @@ namespace QuickMedia {
std::unique_ptr<sf::Font> cjk_font;
const char *plugin_name = nullptr;
sf::Texture plugin_logo;
+ sf::Texture loading_icon;
PageType current_page;
std::stack<PageType> page_stack;
int image_index;