modified message and change icon

This commit is contained in:
iLLiCiTiT 2021-06-22 11:41:20 +02:00
parent 4c58e2aadc
commit c0663c4e51

View file

@ -227,12 +227,13 @@ class LocalSettingsWindow(QtWidgets.QWidget):
# Show message with error
title = "Something went wrong"
msg = (
"This is probably a bug. Loading of settings failed."
"Bug: Loading of settings failed."
" Please contact your project manager or OpenPype team."
"\n\nError message:\n{}"
).format(error_msg)
dialog = QtWidgets.QMessageBox(
QtWidgets.QMessageBox.Warning,
QtWidgets.QMessageBox.Critical,
title,
msg,
QtWidgets.QMessageBox.Ok,