aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-30 06:47:19 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-30 06:47:19 +0200
commit3563f867798a35491793f1c27c9840769367ebb6 (patch)
treebde7015de07ffa1b0d3ff8e164e5fba87e1b5171 /include/QuickMedia.hpp
parent575ccde5d1e896a279d58375704f4ace3f48bf6a (diff)
Fix 4chan codeblocks not visible, change titles and rearrange youtube tabs
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp2
1 files changed, 1 insertions, 1 deletions
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<Tab> &tabs, const char *start_dir);
+ void load_plugin_by_name(std::vector<Tab> &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);