rewrite: Reminders system.

This commit is contained in:
2022-11-24 23:12:20 +02:00
parent 0d5e801945
commit dd8609fac0
23 changed files with 1268 additions and 545 deletions

View File

@@ -128,7 +128,7 @@ class LeoUI(View):
slave.stop()
super().stop()
async def close(self):
async def close(self, msg=None):
self.stop()
await self.cleanup()