feat: add Linux support for Live Notifications toasts w/ libnotify (#5881)
This commit is contained in:
@@ -35,6 +35,11 @@ private:
|
||||
void sendWindowsNotification(const QString &channelName,
|
||||
const QString &channelTitle, Platform p);
|
||||
|
||||
bool initialized_ = false;
|
||||
#elif defined(CHATTERINO_WITH_LIBNOTIFY)
|
||||
void ensureInitialized();
|
||||
void sendLibnotify(const QString &channelName, const QString &channelTitle);
|
||||
|
||||
bool initialized_ = false;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user