feat: added demo timer_constructor; docs: added db in the .gitignore

This commit is contained in:
Arduinum628
2025-06-19 10:28:26 +03:00
parent 50e76d4726
commit f4da6d9f12
9 changed files with 242 additions and 6 deletions

View File

@@ -32,6 +32,6 @@
# Label для отображения времени
Label:
id: time_label
text: '00:00:12'
# text: root.get_init_time(self)
size_hint: None, None
pos_hint: {'center_x': 0.5, 'center_y': 0.6}