mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 12:39:22 +08:00
Fix visibility of create new button in profiles page
CURA-8982
This commit is contained in:
parent
165172f919
commit
802a80b702
@ -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…
x
Reference in New Issue
Block a user