Add new drawer scripts

This commit is contained in:
Evgeny
2023-07-14 21:18:05 +04:00
parent 082df0cd09
commit 92f6e0de16
22 changed files with 520 additions and 1 deletions

View File

@@ -13,5 +13,5 @@ function on_resume()
end
function on_click(idx)
calendar:show_event_dialog(events[idx].id)
calendar:show_event_dialog(events[idx])
end