mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Merge pull request #3896 from lasers/fix-ugly-task-popup
Fix ugly task popup
This commit is contained in:
commit
efa2b7fbb1
@ -84,7 +84,7 @@ static void task_queue_push_progress(retro_task_t *task)
|
||||
{
|
||||
if (task->error)
|
||||
task_queue_msg_push(1, 60, true, "%s: %s",
|
||||
"Task failed\n", task->title);
|
||||
"Task failed", task->title);
|
||||
else
|
||||
task_queue_msg_push(1, 60, true, "100%%: %s", task->title);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user