feat: added swich for timers_screen; refactor: commented out the non-working code and stubs
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
id: timers_nav
|
||||
icon: "timer-outline"
|
||||
text: "Таймеры"
|
||||
on_release: app.switch_screen(self)
|
||||
|
||||
CommonNavigationRailItem:
|
||||
id: guide_nav
|
||||
|
||||
@@ -54,21 +54,21 @@
|
||||
MDButtonText:
|
||||
text: "Открыть"
|
||||
|
||||
MDButton:
|
||||
timer_id: root.id
|
||||
style: "outlined"
|
||||
size_hint_x: 1
|
||||
# MDButton:
|
||||
# timer_id: root.id
|
||||
# style: "outlined"
|
||||
# size_hint_x: 1
|
||||
|
||||
MDButtonText:
|
||||
text: "Редактировать"
|
||||
# MDButtonText:
|
||||
# text: "Редактировать"
|
||||
|
||||
MDButton:
|
||||
timer_id: root.id
|
||||
style: "outlined"
|
||||
size_hint_x: 1
|
||||
# MDButton:
|
||||
# timer_id: root.id
|
||||
# style: "outlined"
|
||||
# size_hint_x: 1
|
||||
|
||||
MDButtonText:
|
||||
text: "Удалить"
|
||||
# MDButtonText:
|
||||
# text: "Удалить"
|
||||
|
||||
# Основной экран
|
||||
<TimersScreen>:
|
||||
|
||||
Reference in New Issue
Block a user