Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
enhancement/OP-8033
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden Jennings committed Feb 6, 2024
1 parent 1c9c125 commit 1d3c1c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions openpype/modules/timers_manager/timers_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def tray_init(self):
def tray_start(self, *_a, **_kw):
if self._idle_manager:
self._idle_manager.start()
self.show_message()

def tray_exit(self):
if self._idle_manager:
Expand Down Expand Up @@ -374,8 +373,8 @@ def connect_with_modules(self, enabled_modules):
).format(module.name))

def show_message(self):
# if self.is_running is False:
# return
if self.is_running is False:
return
if not self._widget_user_idle.is_showed():
self._widget_user_idle.reset_countdown()
self._widget_user_idle.show()
Expand Down

0 comments on commit 1d3c1c7

Please sign in to comment.