update warning dialog

This commit is contained in:
leminlimez
2025-03-23 17:04:24 -04:00
parent 5f5154b2c0
commit 23bb411ba7

View File

@@ -73,7 +73,7 @@ class PosterboardTweak(Tweak):
detailsBox = QtWidgets.QMessageBox() detailsBox = QtWidgets.QMessageBox()
detailsBox.setIcon(QtWidgets.QMessageBox.Critical) detailsBox.setIcon(QtWidgets.QMessageBox.Critical)
detailsBox.setWindowTitle("Warning") 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() detailsBox.exec()
return True return True
return False return False