]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
revuo: add link to whole issue
authortobtoht <tob@featherwallet.org>
Thu, 5 Oct 2023 21:14:30 +0000 (23:14 +0200)
committertobtoht <tob@featherwallet.org>
Thu, 5 Oct 2023 21:14:30 +0000 (23:14 +0200)
src/plugins/revuo/RevuoWidget.cpp

index 576d7e7f9fdb835fa913969f8b1b4fc62c5f9fbb..983f673624d9ca74635afa5cb48c22a34191891f 100644 (file)
@@ -38,7 +38,8 @@ void RevuoWidget::updateItems(const QList<QSharedPointer<RevuoItem>> &items) {
         for (const auto &newsbyte : item->newsbytes) {
             text += "<p> • " + newsbyte + "</p>\n";
         }
-        text += "<br>\nEnjoy Revuo? Consider a <a href=\"feather://donate-revuo\">donation</a> to the author.";
+        text += QString("<br>\n<a href=\"%1\">Read the whole issue in your browser</a>").arg(item->url);
+        text += "<br><br>\nEnjoy Revuo? Consider a <a href=\"feather://donate-revuo\">donation</a> to the author.";
 
         m_items[item->title] = text;
         m_links[item->title] = item->url;