Merge pull request #8363 from Ultimaker/CURA-7691_Unclear_why_imported_profile_is_not_immediately_visible

CURA-7691: Unclear why imported profile is not immediately visible
This commit is contained in:
Remco Burema 2020-09-16 08:28:35 +02:00 committed by GitHub
commit d1f5c7de05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 24 deletions

View file

@ -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;
}