From 5ec1811fa7499386f324f13a3a49dbe7d8ea6741 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 19 Jun 2021 13:51:37 +0200 Subject: Fix youtube sometimes needing a redirect for media url --- include/QuickMedia.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3