mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-22 06:19:01 +00:00
fixes
This commit is contained in:
parent
63e15d1358
commit
dccaf09ff1
@ -229,7 +229,7 @@ void SnarlBackend::slotNotify(Notification notification){
|
||||
break;
|
||||
}
|
||||
|
||||
if(notification.isUpdate())
|
||||
if(!notification.isUpdate())
|
||||
{
|
||||
ULONG32 id = snarlInterface->Notify(notification.alert().name().toUtf8().constData(),
|
||||
Snore::toPlainText(notification.title()).toUtf8().constData(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user