Skip to content

Commit

Permalink
Update notificationitem.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt authored Jan 13, 2025
1 parent 116ef56 commit 0d2b302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/notificationitem/notificationitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class StatusNotifierItem : public dbus::ObjectVTable<StatusNotifierItem> {
icon = parent_->instance()->inputMethodIcon(ic);
}

if (!icon.empty() || icon == "input-keyboard") {
if (icon.empty() || icon == "input-keyboard") {
icon = keyboardIconName();
}

Expand Down

0 comments on commit 0d2b302

Please sign in to comment.