honor the tasks 'mute' property again

This commit is contained in:
Andre Leiradella 2016-06-28 17:02:01 -03:00
parent 099be6ed2d
commit 50f538dc9e

View File

@ -76,7 +76,7 @@ static void task_queue_msg_push(unsigned prio, unsigned duration,
static void task_queue_push_progress(retro_task_t *task)
{
if (task->title)
if (task->title && !task->mute)
{
if (task->finished)
{