1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:07:46 +02:00
This commit is contained in:
Jfreegman 2014-09-04 18:48:55 -04:00
parent 96b68058bb
commit 833b724e9f
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -597,8 +597,10 @@ int box_notify(ToxWindow* self, Notification notif, uint64_t flags, int* id_indi
int box_notify2(ToxWindow* self, Notification notif, uint64_t flags, int id, const char* format, ...)
{
if (notifications_are_disabled(flags))
if (notifications_are_disabled(flags)) {
tab_notify(self, flags);
return -1;
}
#ifdef _BOX_NOTIFY