diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 1c15e9aafc..42c055486a 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -208,6 +208,8 @@ UM.ManagementPage anchors.right: parent.right anchors.bottom: parent.bottom + currentIndex: ExtruderManager.activeExtruderIndex + 1; + ProfileTab { title: catalog.i18nc("@title:tab", "Global Settings");