mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
changed bool for visibility of reset action server to not confuse users that reset is not there but stop is
This commit is contained in:
parent
2f8f0c5bca
commit
0f7c320ad4
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class FtrackModule:
|
|||
return
|
||||
|
||||
self.aRunActionS.setVisible(not self.bool_action_thread_running)
|
||||
self.aResetActionS.setVisible(self.bool_action_server_running)
|
||||
self.aResetActionS.setVisible(self.bool_action_thread_running)
|
||||
self.aStopActionS.setVisible(self.bool_action_thread_running)
|
||||
|
||||
if self.bool_timer_event is False:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue