From 0f7c320ad4ceaffac6cf760db9ef7549150ef32f Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 15 Nov 2019 16:13:29 +0100 Subject: [PATCH] changed bool for visibility of reset action server to not confuse users that reset is not there but stop is --- pype/ftrack/tray/ftrack_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/ftrack/tray/ftrack_module.py b/pype/ftrack/tray/ftrack_module.py index 16b593eea2..d117d0c21c 100644 --- a/pype/ftrack/tray/ftrack_module.py +++ b/pype/ftrack/tray/ftrack_module.py @@ -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: