mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Intent button was showing when only a single intent is available.
This was caused by visible being overridden. CURA-8849
This commit is contained in:
parent
1e0236e317
commit
0fb2b46677
2 changed files with 5 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ Item
|
|||
RecommendedQualityProfileSelector
|
||||
{
|
||||
width: parent.width
|
||||
visible: recommendedResolutionSelector.visible
|
||||
hasQualityOptions: recommendedResolutionSelector.visible
|
||||
}
|
||||
|
||||
RecommendedResolutionSelector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue