This commit is contained in:
Will McGugan
2022-08-19 09:38:43 +01:00
parent fd349aa658
commit 6ce6dc76f8

View File

@@ -54,7 +54,6 @@ class TimerWidget(Static):
button_id = event.button.id
self.started = button_id == "start"
if button_id == "reset":
self.started = False
self.total = 0.0
self.update_elapsed()