mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 13:21:10 -07:00
Show warning icon on import non-visible profile.
part of CURA-7691
This commit is contained in:
parent
0524e8d129
commit
3fcd7d567f
2 changed files with 5 additions and 3 deletions
|
|
@ -313,7 +313,7 @@ Item
|
|||
{
|
||||
messageDialog.icon = StandardIcon.Information;
|
||||
}
|
||||
else if (result.status == "duplicate")
|
||||
else if (result.status == "warning" || result.status == "duplicate")
|
||||
{
|
||||
messageDialog.icon = StandardIcon.Warning;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue