mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(tray): reply to SNI item registrations
This commit is contained in:
@@ -275,6 +275,7 @@ TrayService::TrayService(SessionBus& bus) : m_bus(bus) {
|
||||
msg >> serviceOrPath;
|
||||
const char* sender = msg.getSender();
|
||||
onRegisterStatusNotifierItem(serviceOrPath, sender != nullptr ? sender : "");
|
||||
msg.createReply().send();
|
||||
};
|
||||
|
||||
m_watcherObject
|
||||
|
||||
Reference in New Issue
Block a user