mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-13 17:06:29 +00:00
grr
This commit is contained in:
parent
bbae4fc5a6
commit
fb500722f1
@ -75,7 +75,7 @@ void SnoreToast::slotNotify(Notification notification)
|
||||
arguements << "-t"
|
||||
<< Snore::toPlainText(notification.title())
|
||||
<< "-m"
|
||||
<< Snore::toPlainText(notification.text()).replace("\n","\\n");
|
||||
<< Snore::toPlainText(notification.text());
|
||||
if(notification.icon().isValid())
|
||||
{
|
||||
arguements << "-p"
|
||||
|
Loading…
x
Reference in New Issue
Block a user