mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Rename model checker property to hasWarnings
CURA-5237
This commit is contained in:
parent
62521e93db
commit
4bb6962302
2 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,7 @@ Button
|
|||
|
||||
UM.I18nCatalog{id: catalog; name:"cura"}
|
||||
|
||||
visible: manager.runChecks
|
||||
visible: manager.hasWarnings
|
||||
tooltip: catalog.i18nc("@info:tooltip", "Some things could be problematic in this print. Click to see tips for adjustment.")
|
||||
onClicked: manager.showWarnings()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue