mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
info messages are added same way as records
This commit is contained in:
parent
ce29b1e862
commit
4e19315981
1 changed files with 2 additions and 2 deletions
|
|
@ -1087,10 +1087,10 @@ class Window(QtWidgets.QDialog):
|
||||||
info.setText(message)
|
info.setText(message)
|
||||||
|
|
||||||
# Include message in terminal
|
# Include message in terminal
|
||||||
self.terminal_model.append({
|
self.terminal_model.append([{
|
||||||
"label": message,
|
"label": message,
|
||||||
"type": "info"
|
"type": "info"
|
||||||
})
|
}])
|
||||||
|
|
||||||
self.animation_info_msg.stop()
|
self.animation_info_msg.stop()
|
||||||
self.animation_info_msg.start()
|
self.animation_info_msg.start()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue