mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:45:53 +08:00
Update Profile dropdown when renaming a quality profile
CURA-1585
This commit is contained in:
parent
f7480baca2
commit
b452af5dbf
@ -320,7 +320,7 @@ class MachineManagerModel(QObject):
|
||||
if containers:
|
||||
new_name = self._createUniqueName("quality", containers[0].getName(), new_name, catalog.i18nc("@label", "Custom profile"))
|
||||
containers[0].setName(new_name)
|
||||
UM.Settings.ContainerRegistry.getInstance().containerChanged.emit(containers[0])
|
||||
self.activeQualityChanged.emit()
|
||||
|
||||
|
||||
@pyqtSlot(str)
|
||||
|
Loading…
x
Reference in New Issue
Block a user