From 5f1814a92ef45a7bfc33d48c75ac1db7f566cda0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 6 Jul 2021 22:00:44 +0200 Subject: More helpful login failure error --- README.md | 2 +- src/QuickMedia.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 397a0a7..6a8c381 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are running arch linux then you can install QuickMedia from aur (https:// ### General control Type text and then wait and QuickMedia will automatically search.\ `Enter`: Go to the page in the selected item.\ -`Esc`: Go back to the previous page or close QuickMedia if there is no previous page.\ +`Esc`: Go back to the previous page or close QuickMedia if there is no previous page (for all plugins except matrix).\ `Up`/`Ctrl+K`: Move up.\ `Down`/`Ctrl+J`: Move down.\ `Left`/`Ctrl+H`: Move left.\ diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index 8fb8ab9..b30a448 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -4258,7 +4258,7 @@ namespace QuickMedia { current_page = PageType::CHAT; return true; } else { - show_notification("QuickMedia", "Failed to login, error: " + err_msg, Urgency::CRITICAL); + show_notification("QuickMedia", "Failed to login, error: " + err_msg + ". Did you perhaps specify an invalid homeserver?", Urgency::CRITICAL); return false; } }); -- cgit v1.2.3