Skip to content
Snippets Groups Projects

Add ability to respond to notifications on macOS

1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
@@ -57,10 +57,7 @@ public:
void showChatPage();
#ifdef NHEKO_DBUS_SYS
bool dbusAvailable() const
{
return dbusAvailable_;
}
bool dbusAvailable() const { return dbusAvailable_; }
#endif
Q_INVOKABLE void addPerRoomWindow(const QString &room, QWindow *window);
Loading