revuo: add separator between section
authortobtoht <tob@featherwallet.org>
Tue, 1 Apr 2025 08:42:30 +0000 (10:42 +0200)
committertobtoht <tob@featherwallet.org>
Tue, 1 Apr 2025 08:42:30 +0000 (10:42 +0200)
src/plugins/revuo/RevuoWidget.cpp

index 7678b02a15b815f27411ca86629b48efbf503612..b13d26722f45b6be6b2918834959b69a6b3d42d6 100644 (file)
@@ -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";