From 9809610d5bcfe8ace00c15f2cb96282cd3239fa4 Mon Sep 17 00:00:00 2001 From: leminlimez <59540996+leminlimez@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:57:24 -0400 Subject: [PATCH] only show tendies limit alert once --- gui/main_window.py | 1 + 1 file changed, 1 insertion(+) 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: