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 bb234b3b44
commit 327e6b3630

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)