Merge pull request #3170 from leiradel/master

honor the tasks 'mute' property again
This commit is contained in:
Twinaphex 2016-06-29 02:16:00 +02:00 committed by GitHub
commit d9a33dfe04

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)
{