From e9df4a9fcb536fa6f56104c320ed80754be93b25 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 1 Apr 2025 10:42:30 +0200 Subject: [PATCH] revuo: add separator between section --- src/plugins/revuo/RevuoWidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/revuo/RevuoWidget.cpp b/src/plugins/revuo/RevuoWidget.cpp index 7678b02a..b13d2672 100644 --- a/src/plugins/revuo/RevuoWidget.cpp +++ b/src/plugins/revuo/RevuoWidget.cpp @@ -70,6 +70,7 @@ void RevuoWidget::updateItems(const QList> &items) { for (const auto &newsbyte : item->newsbytes) { text += "

• " + newsbyte + "

\n"; } + text += "╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍\n"; text += "

Upcoming Events

\n"; if (item->events.isEmpty()) { text += "

There are no upcoming events.

\n"; -- 2.52.0