mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 09:29:37 +00:00
revuo: add link to whole issue
This commit is contained in:
parent
10ddabb1a1
commit
48cdd216ac
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ void RevuoWidget::updateItems(const QList<QSharedPointer<RevuoItem>> &items) {
|
||||||
for (const auto &newsbyte : item->newsbytes) {
|
for (const auto &newsbyte : item->newsbytes) {
|
||||||
text += "<p> • " + newsbyte + "</p>\n";
|
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_items[item->title] = text;
|
||||||
m_links[item->title] = item->url;
|
m_links[item->title] = item->url;
|
||||||
|
|
Loading…
Reference in a new issue