plasma: do not use the info message as fallback in the jobs widgets of notifications applet

it is used as title

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-04-08 15:07:55 +03:00
parent 5437da57dd
commit ea90232c7d

View file

@ -221,13 +221,6 @@ void JobsWidget::slotJobUpdated(const QString &name, const QVariantMap &data)
labelname1, data.value("label1").toString()
)
);
} else if (!infomessage.isEmpty()) {
frame->label->setText(
i18n(
"<i>%1</i>",
infomessage
)
);
} else if (!desturl.isEmpty()) {
frame->label->setText(
i18n(