mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
Fix visibility of create new button in profiles page
CURA-8982
This commit is contained in:
parent
165172f919
commit
802a80b702
1 changed files with 1 additions and 4 deletions
|
@ -50,10 +50,7 @@ UM.ManagementPage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
property var canCreateProfile:
|
property var canCreateProfile: Cura.MachineManager.hasUserSettings
|
||||||
{
|
|
||||||
return isCurrentItemActivated && Cura.MachineManager.hasUserSettings;
|
|
||||||
}
|
|
||||||
|
|
||||||
model: qualityManagementModel
|
model: qualityManagementModel
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue