Merge pull request #9775 from f321x/fix_block_exception_dialog
fix: blocked Exception_Window by setting modality
This commit is contained in:
@@ -99,6 +99,9 @@ class Exception_Window(BaseCrashReporter, QWidget, MessageBoxMixin, Logger):
|
||||
|
||||
main_box.addLayout(buttons)
|
||||
|
||||
# prioritizes the window input over all other windows
|
||||
self.setWindowModality(QtCore.Qt.WindowModality.ApplicationModal)
|
||||
|
||||
self.setLayout(main_box)
|
||||
self.show()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user