mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
handle 'host_is_valid' attribute change
This commit is contained in:
parent
75769804e9
commit
18ebea7eb8
1 changed files with 5 additions and 0 deletions
|
|
@ -167,6 +167,10 @@ class QtRemotePublishController(BasePublisherController):
|
|||
self.publish_finished = event["value"]
|
||||
return
|
||||
|
||||
if event.topic == "publish.host_is_valid.changed":
|
||||
self.host_is_valid = event["value"]
|
||||
return
|
||||
|
||||
# Topics that can be just passed by because are not affecting
|
||||
# controller itself
|
||||
# - "show.card.message"
|
||||
|
|
@ -174,6 +178,7 @@ class QtRemotePublishController(BasePublisherController):
|
|||
# - "publish.reset.finished"
|
||||
# - "instances.refresh.finished"
|
||||
# - "plugins.refresh.finished"
|
||||
# - "controller.reset.finished"
|
||||
# - "publish.process.started"
|
||||
# - "publish.process.stopped"
|
||||
# - "publish.process.plugin.changed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue