mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
only show tendies limit alert once
This commit is contained in:
@@ -963,6 +963,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
detailsBox.setWindowTitle("Error!")
|
detailsBox.setWindowTitle("Error!")
|
||||||
detailsBox.setText("You selected too many descriptors! The limit is 10.")
|
detailsBox.setText("You selected too many descriptors! The limit is 10.")
|
||||||
detailsBox.exec()
|
detailsBox.exec()
|
||||||
|
break
|
||||||
self.load_posterboard()
|
self.load_posterboard()
|
||||||
def on_deleteAllDescriptorsBtn_clicked(self):
|
def on_deleteAllDescriptorsBtn_clicked(self):
|
||||||
if tweaks["PosterBoard"].resetting and tweaks["PosterBoard"].resetType == 0:
|
if tweaks["PosterBoard"].resetting and tweaks["PosterBoard"].resetType == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user