mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Merge branch '5.0' of github.com:Ultimaker/Cura
This commit is contained in:
commit
02a2facb86
4 changed files with 29 additions and 6 deletions
|
|
@ -480,7 +480,7 @@ class CloudOutputDeviceManager:
|
|||
if remove_printers_ids == all_ids:
|
||||
question_content = self.i18n_catalog.i18nc("@label", "You are about to remove all printers from Cura. This action cannot be undone.\nAre you sure you want to continue?")
|
||||
result = QMessageBox.question(None, question_title, question_content)
|
||||
if result == QMessageBox.ButtonRole.NoRole:
|
||||
if result == QMessageBox.StandardButton.No:
|
||||
return
|
||||
|
||||
for machine_cloud_id in self.reported_device_ids:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue