Browse Source

Add extra info label

CURA-9023
Jaime van Kessel 3 years ago
parent
commit
ec1f8f7125
1 changed files with 7 additions and 1 deletions
  1. 7 1
      resources/qml/Preferences/ProfilesPage.qml

+ 7 - 1
resources/qml/Preferences/ProfilesPage.qml

@@ -315,7 +315,13 @@ UM.ManagementPage
                 font: UM.Theme.getFont("large_bold")
                 elide: Text.ElideRight
             }
-
+            UM.Label
+            {
+                anchors.left: parent.left
+                anchors.right: parent.right
+                text: catalog.i18nc("@action:label", "Some settings from current profile were overwritten.")
+                visible: currentSettingsActions.visible
+            }
 
             Flow
             {