mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
modified message and change icon
This commit is contained in:
parent
4c58e2aadc
commit
c0663c4e51
1 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue