mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Always return a string for preview icon
Contributes to CL-1153
This commit is contained in:
parent
96b9c7f3ea
commit
ebb31409b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue