diff options
Diffstat (limited to 'Swift/QtUI')
| -rw-r--r-- | Swift/QtUI/FreeDesktopNotifier.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Swift/QtUI/FreeDesktopNotifier.cpp b/Swift/QtUI/FreeDesktopNotifier.cpp index eacaa09..e027043 100644 --- a/Swift/QtUI/FreeDesktopNotifier.cpp +++ b/Swift/QtUI/FreeDesktopNotifier.cpp @@ -37,6 +37,7 @@ void FreeDesktopNotifier::showMessage(Type type, const String& subject, const St  	QStringList actions;  	QMap<QString, QVariant> hints; +	hints["x-canonical-append"] = QString("allowed");  	msg << P2QSTRING(applicationName);  	msg << quint32(0); // ID of previous notification to replace  	msg << imageScaler.getScaledImage(picture, 48).string().c_str(); // Icon to display | 
 Swift
 Swift