From: tobtoht Date: Tue, 1 Apr 2025 08:42:30 +0000 (+0200) Subject: revuo: add separator between section X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=e9df4a9fcb536fa6f56104c320ed80754be93b25;p=gamesguru%2Ffeather.git revuo: add separator between section --- 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";