feat: added hiding and revealing the stop button

This commit is contained in:
Arduinum628
2025-07-30 20:25:21 +03:00
parent 4439c9e17b
commit fa19a3eb80
3 changed files with 29 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ class TimerConstructorScreen(Screen):
time_culc = calculate_time(mm_user=timer.pomodoro_time)
screen_timer.timer_start_time = time_culc
screen_timer.ids.time_label.text = time_culc
screen_timer.ids.title_label.text = timer.title
screen_timer.source_timer_names = gen_types_timers(count_pomodoro=timer.count_pomodoro)
self.manager.state_machine = screen_timer.source_timer_names.copy()