mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
update warning dialog
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user