We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dcb41 commit 115d671Copy full SHA for 115d671
src/services/status_notifier/item.cpp
@@ -163,6 +163,10 @@ QPixmap StatusNotifierItem::createPixmap(const QSize& size) const {
163
} else {
164
const auto* icon = closestPixmap(size, this->bAttentionIconPixmaps.value());
165
166
+ if (icon == nullptr) {
167
+ icon = closestPixmap(size, this->bIconPixmaps.value());
168
+ }
169
+
170
if (icon != nullptr) {
171
const auto image =
172
icon->createImage().scaled(size, Qt::IgnoreAspectRatio, Qt::SmoothTransformation);
0 commit comments