mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 19:26:46 +02:00
fix a few notification issues
This commit is contained in:
@ -300,8 +300,10 @@ static int m_play_sound(Notification notif, uint64_t flags)
|
||||
{
|
||||
#ifdef _SOUND_NOTIFY
|
||||
return play_notify_sound(notif, flags);
|
||||
#else
|
||||
beep();
|
||||
#else
|
||||
if (notif != silent)
|
||||
beep();
|
||||
|
||||
return -1;
|
||||
#endif /* _SOUND_NOTIFY */
|
||||
|
||||
|
Reference in New Issue
Block a user