mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Fix updating active quality
Contributes to CURA-2006
This commit is contained in:
parent
354a467d8e
commit
324d1415d7
2 changed files with 5 additions and 0 deletions
|
@ -605,6 +605,8 @@ class MachineManager(QObject):
|
|||
catalog.i18nc("@label", "If you transfer your settings they will override settings in the profile."), details,
|
||||
buttons = QMessageBox.Yes + QMessageBox.No, icon = QMessageBox.Question, callback = self._keepUserSettingsDialogCallback)
|
||||
|
||||
self.activeQualityChanged.emit()
|
||||
|
||||
def _keepUserSettingsDialogCallback(self, button):
|
||||
if button == QMessageBox.Yes:
|
||||
# Yes, keep the settings in the user profile with this profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue