mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:09:04 +08:00
Always return a string for preview icon
Contributes to CL-1153
This commit is contained in:
parent
96b9c7f3ea
commit
ebb31409b8
@ -69,7 +69,7 @@ Item
|
|||||||
{
|
{
|
||||||
return "../svg/aborted-icon.svg"
|
return "../svg/aborted-icon.svg"
|
||||||
}
|
}
|
||||||
break;
|
return "";
|
||||||
case "pausing":
|
case "pausing":
|
||||||
return "../svg/paused-icon.svg"
|
return "../svg/paused-icon.svg"
|
||||||
case "paused":
|
case "paused":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user