aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-19 13:51:37 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-19 13:51:37 +0200
commit5ec1811fa7499386f324f13a3a49dbe7d8ea6741 (patch)
tree835c8b853cc9a6f96aa962070d685e2e3e2f110d /include
parent85c6c916541968f298badb391b718cdf6d81d332 (diff)
Fix youtube sometimes needing a redirect for media url
Diffstat (limited to 'include')
-rw-r--r--include/QuickMedia.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index a1656aa..7078791 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -192,6 +192,7 @@ namespace QuickMedia {
bool fit_image_to_window = false;
RoomData *current_chat_room = nullptr;
bool go_to_previous_page = false;
+ bool running_task_with_loading_screen = false;
sf::Text tab_text;
sf::Vertex gradient_points[4];
sf::Vector2f body_pos;