mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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)
|
||||
|
||||
# Include message in terminal
|
||||
self.terminal_model.append({
|
||||
self.terminal_model.append([{
|
||||
"label": message,
|
||||
"type": "info"
|
||||
})
|
||||
}])
|
||||
|
||||
self.animation_info_msg.stop()
|
||||
self.animation_info_msg.start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue