Always return a string for preview icon

Contributes to CL-1153
This commit is contained in:
Ian Paschal 2018-12-04 15:10:31 +01:00
parent 96b9c7f3ea
commit ebb31409b8

View file

@ -69,7 +69,7 @@ Item
{
return "../svg/aborted-icon.svg"
}
break;
return "";
case "pausing":
return "../svg/paused-icon.svg"
case "paused":