mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-03 13:26:03 +00:00
Independent check for image in Linux native notifications
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
NotificationData(NotificationData &&other) = delete;
|
||||
NotificationData &operator=(NotificationData &&other) = delete;
|
||||
|
||||
bool show(bool hideNameAndPhoto);
|
||||
bool show();
|
||||
bool close();
|
||||
void setImage(const QString &imagePath);
|
||||
|
||||
@@ -69,6 +69,7 @@ private:
|
||||
QString _body;
|
||||
QStringList _actions;
|
||||
QVariantMap _hints;
|
||||
QString _imageKey;
|
||||
|
||||
uint _notificationId;
|
||||
PeerId _peerId;
|
||||
|
Reference in New Issue
Block a user