From 3563f867798a35491793f1c27c9840769367ebb6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 30 Apr 2021 06:47:19 +0200 Subject: Fix 4chan codeblocks not visible, change titles and rearrange youtube tabs --- include/QuickMedia.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/QuickMedia.hpp') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index cb7e421..c01b4b8 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -100,7 +100,7 @@ namespace QuickMedia { Json::Value load_recommended_json(); private: void init(Window parent_window); - void load_plugin_by_name(std::vector &tabs, const char *start_dir); + void load_plugin_by_name(std::vector &tabs, const char *start_dir, int &start_tab_index); // Returns true if the window was closed bool handle_window_close(); void base_event_handler(sf::Event &event, PageType previous_page, Body *body, SearchBar *search_bar, bool handle_key_press = true, bool handle_searchbar = true); -- cgit v1.2.3