Assembly: Make the 'ground first part' dialog closable

This commit is contained in:
PaddleStroke
2025-11-17 16:50:36 +01:00
committed by Kacper Donat
parent 8995f43a15
commit 2266a42009

View File

@@ -455,7 +455,7 @@ class TaskAssemblyInsertLink(QtCore.QObject):
msgBox.setIcon(QtWidgets.QMessageBox.Question)
yesButton = msgBox.addButton("Yes", QtWidgets.QMessageBox.YesRole)
noButton = msgBox.addButton("No", QtWidgets.QMessageBox.NoRole)
noButton = msgBox.addButton("No", QtWidgets.QMessageBox.RejectRole)
yesAlwaysButton = msgBox.addButton("Always", QtWidgets.QMessageBox.YesRole)
noAlwaysButton = msgBox.addButton("Never", QtWidgets.QMessageBox.NoRole)