Release QMAX 1.0.0 with customizable themes

This commit is contained in:
Курнат Андрей
2026-07-15 12:22:55 +03:00
parent 8e9a4c1151
commit 0febe58b69
10 changed files with 1026 additions and 136 deletions
+1
View File
@@ -438,6 +438,7 @@ class PyMaxRuntime:
@client.on_start()
async def on_start(c: Client) -> None:
self.client = c
self.last_error = None
me = getattr(c, "me", None)
self.last_title = str(getattr(me, "first_name", "") or getattr(me, "name", "") or "PyMax")
self.last_started_at = utc_now()