mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:38:58 +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"
|
||||
}
|
||||
break;
|
||||
return "";
|
||||
case "pausing":
|
||||
return "../svg/paused-icon.svg"
|
||||
case "paused":
|
||||
|
Loading…
x
Reference in New Issue
Block a user