mirror of
https://github.com/feather-wallet/feather.git
synced 2025-04-16 18:01:54 +00:00
revuo: add separator between section
This commit is contained in:
parent
3c7d768f08
commit
e9df4a9fcb
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ void RevuoWidget::updateItems(const QList<QSharedPointer<RevuoItem>> &items) {
|
|||
for (const auto &newsbyte : item->newsbytes) {
|
||||
text += "<p> • " + newsbyte + "</p>\n";
|
||||
}
|
||||
text += "╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍\n";
|
||||
text += "<h3>Upcoming Events</h3>\n";
|
||||
if (item->events.isEmpty()) {
|
||||
text += "<p>There are no upcoming events.</p>\n";
|
||||
|
|
Loading…
Reference in a new issue