diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-21 01:36:00 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-21 01:36:00 +0200 |
commit | 0b0ab1e5a451cdd6ae5fd2166314037c1997d292 (patch) | |
tree | 58887c84994572acfeb923445cca46fa7a8eaac7 /include | |
parent | daa6574a80a37d50dad3c6f5ca94a4f974451729 (diff) |
Jump to room when submitting notification
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 6ab910d..678451d 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -118,7 +118,7 @@ namespace QuickMedia { void image_continuous_page(MangaImagesPage *images_page); void image_board_thread_page(ImageBoardThreadPage *thread_page, Body *thread_body); void chat_login_page(); - bool chat_page(MatrixChatPage *matrix_chat_page, RoomData *current_room, std::vector<Tab> &room_tabs, int room_selected_tab); + bool chat_page(MatrixChatPage *matrix_chat_page, RoomData *current_room); void after_matrix_login_page(); void download_page(const char *url, bool download_use_youtube_dl); // Returns the full path where the file should be saved, or an empty string if the operation was cancelled |