mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added timer_stopped to stop_timer method so timers manager get know about
This commit is contained in:
parent
ed4e09d895
commit
5545d76f6a
1 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,8 @@ class ClockifyModule:
|
|||
|
||||
def stop_timer(self):
|
||||
self.clockapi.finish_time_entry()
|
||||
if self.bool_timer_run:
|
||||
self.timer_stopped()
|
||||
self.bool_timer_run = False
|
||||
|
||||
def start_timer(self, input_data):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue