mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Fix renaming profiles
CURA-2017
This commit is contained in:
parent
1808c44d02
commit
7b873fc397
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ class MachineManager(QObject):
|
|||
return ""
|
||||
|
||||
@pyqtSlot(str, str)
|
||||
def renameQualityContainer(self, container_id, nbalew_name):
|
||||
def renameQualityContainer(self, container_id, new_name):
|
||||
containers = UM.Settings.ContainerRegistry.getInstance().findInstanceContainers(id = container_id, type = "quality")
|
||||
if containers:
|
||||
new_name = self._createUniqueName("quality", containers[0].getName(), new_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue