Просмотр исходного кода

Fix visibility of create new button in profiles page

CURA-8982
Jaime van Kessel 3 лет назад
Родитель
Сommit
802a80b702
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      resources/qml/Preferences/ProfilesPage.qml

+ 1 - 4
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: [