better clearing messages

This commit is contained in:
leminlimez
2025-04-03 09:28:23 -04:00
parent 9fa87b15f4
commit 77279c7508

View File

@@ -971,7 +971,7 @@ class MainWindow(QtWidgets.QMainWindow):
else:
tweaks["PosterBoard"].resetting = True
tweaks["PosterBoard"].resetType = 0
self.ui.pbActionLbl.setText("! Clearing Collections Wallpapers")
self.ui.pbActionLbl.setText("! Set to Clear Collections Wallpapers")
self.ui.pbActionLbl.show()
def on_resetPRBExtBtn_clicked(self):
if tweaks["PosterBoard"].resetting and tweaks["PosterBoard"].resetType == 1:
@@ -980,7 +980,7 @@ class MainWindow(QtWidgets.QMainWindow):
else:
tweaks["PosterBoard"].resetting = True
tweaks["PosterBoard"].resetType = 1
self.ui.pbActionLbl.setText("! Resetting PRB Extension")
self.ui.pbActionLbl.setText("! Set to Reset PRB Extension")
self.ui.pbActionLbl.show()
# Video Page
@@ -1009,7 +1009,7 @@ class MainWindow(QtWidgets.QMainWindow):
else:
tweaks["PosterBoard"].resetting = True
tweaks["PosterBoard"].resetType = 2
self.ui.pbActionLbl.setText("! Clearing Suggested Photos")
self.ui.pbActionLbl.setText("! Set to Clear Suggested Photos")
self.ui.pbActionLbl.show()
def on_caVideoChk_toggled(self, checked: bool):
tweaks["PosterBoard"].loop_video = checked