From cfa37b674e9493388e7ebd89f53eacbb197cbdcb Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 1 Apr 2021 23:21:25 +0200 Subject: Matrix: fix thumbnails when using pantalaimon, add more predefined rooms to room directory --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Matrix.hpp') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index eea7f9b..974238f 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -450,6 +450,7 @@ namespace QuickMedia { MatrixRoomDirectoryPage(Program *program, Matrix *matrix) : Page(program), matrix(matrix) {} const char* get_title() const override { return "Room directory"; } bool allow_submit_no_selection() const override { return true; } + bool clear_search_after_submit() override { return true; } PluginResult submit(const std::string &title, const std::string &url, std::vector &result_tabs) override; private: Matrix *matrix; -- cgit v1.2.3