Merge branch 'posterboard' into pb-video

This commit is contained in:
leminlimez
2025-03-24 10:15:56 -04:00
4 changed files with 108 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ class PosterboardTweak(Tweak):
detailsBox = QtWidgets.QMessageBox()
detailsBox.setIcon(QtWidgets.QMessageBox.Critical)
detailsBox.setWindowTitle("Warning")
detailsBox.setText("NOTE: You may need to reset PRB Extensions (enable Risky Options in settings) and then re-apply for this file to work.")
detailsBox.setText("NOTE: You may need to reset all wallpapers (enable Risky Options in settings) and then re-apply for this file to work.")
detailsBox.exec()
return True
return False