From 31b99befbe173508554cdd808c3947f45cc24ea3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 22 May 2021 10:59:04 +0200 Subject: Temporary fix for crash when resizing (text is deallocated when hidden), fix text randomly getting glitched out --- plugins/Info.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Info.hpp') diff --git a/plugins/Info.hpp b/plugins/Info.hpp index d2d9db3..4ab39f5 100644 --- a/plugins/Info.hpp +++ b/plugins/Info.hpp @@ -8,6 +8,7 @@ namespace QuickMedia { InfoPage(Program *program) : Page(program) {} const char* get_title() const override { return "Info"; } PluginResult submit(const std::string &title, const std::string &url, std::vector &result_tabs) override; + bool submit_is_async() override { return false; } static std::shared_ptr add_url(const std::string &url); static std::shared_ptr add_reverse_image_search(const std::string &image_url); -- cgit v1.2.3