浏览代码

IRCClient: Use the IRCClient app icon in notifications :^)

Andreas Kling 5 年之前
父节点
当前提交
d52c5a94b4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Applications/IRCClient/IRCWindow.cpp

+ 1 - 0
Applications/IRCClient/IRCWindow.cpp

@@ -116,6 +116,7 @@ void IRCWindow::post_notification_if_needed(const String& name, const String& me
         notification->set_title(name);
     }
 
+    notification->set_icon_path("/res/icons/32x32/app-irc-client.png");
     notification->set_text(message);
     notification->show();
 }