diff --git a/gui/main_window.py b/gui/main_window.py index 6cce321..a1fd65d 100644 --- a/gui/main_window.py +++ b/gui/main_window.py @@ -963,6 +963,7 @@ class MainWindow(QtWidgets.QMainWindow): detailsBox.setWindowTitle("Error!") detailsBox.setText("You selected too many descriptors! The limit is 10.") detailsBox.exec() + break self.load_posterboard() def on_deleteAllDescriptorsBtn_clicked(self): if tweaks["PosterBoard"].resetting and tweaks["PosterBoard"].resetType == 0: