display correct timings after restarting UI

This commit is contained in:
AUTOMATIC
2023-03-12 21:25:22 +03:00
parent a00cd8b9c1
commit dfeee786f9
2 changed files with 15 additions and 0 deletions

View File

@@ -33,3 +33,6 @@ class Timer:
res += ")"
return res
def reset(self):
self.__init__()