mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update client/ayon_core/tools/publisher/window.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
3b3b1c864c
commit
b1bf4df9e0
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ class PublisherWindow(QtWidgets.QDialog):
|
|||
show_timer.timeout.connect(self._on_show_timer)
|
||||
|
||||
comment_invalid_timer = QtCore.QTimer()
|
||||
comment_invalid_timer.setSingleShot(True)
|
||||
comment_invalid_timer.setInterval(2500)
|
||||
comment_invalid_timer.timeout.connect(
|
||||
self._on_comment_invalid_timeout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue