From 802a80b70239d4181bd2fe20337b31e1c2982b13 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 3 Mar 2022 14:12:55 +0100 Subject: [PATCH] Fix visibility of create new button in profiles page CURA-8982 --- resources/qml/Preferences/ProfilesPage.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 39885dbfd5..8ca545c633 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -50,10 +50,7 @@ UM.ManagementPage } } - property var canCreateProfile: - { - return isCurrentItemActivated && Cura.MachineManager.hasUserSettings; - } + property var canCreateProfile: Cura.MachineManager.hasUserSettings model: qualityManagementModel buttons: [