NotificationArea: Change Icon color to indicate missed notifications

This commit is contained in:
Abdullah Tahiri
2023-03-21 10:22:21 +01:00
committed by abdullahtahiriyo
parent c2b48fbe91
commit 23739bc2d0
6 changed files with 57 additions and 7 deletions

View File

@@ -314,7 +314,6 @@ MainWindow::MainWindow(QWidget * parent, Qt::WindowFlags f)
if(notificationAreaEnabled) {
NotificationArea* notificationArea = new NotificationArea(statusBar());
notificationArea->setObjectName(QString::fromLatin1("notificationArea"));
notificationArea->setIcon(QIcon(QString::fromLatin1(":/icons/InTray.svg")));
notificationArea->setStyleSheet(QStringLiteral("text-align:left;"));
statusBar()->addPermanentWidget(notificationArea);
}