mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06: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"
|
||||
}
|
||||
break;
|
||||
return "";
|
||||
case "pausing":
|
||||
return "../svg/paused-icon.svg"
|
||||
case "paused":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue