clan-app: set title

This commit is contained in:
Jörg Thalheim
2025-05-14 15:24:16 +02:00
parent e5e10354ef
commit 2f2ebdb41f

View File

@@ -38,6 +38,7 @@ def app_run(app_opts: ClanAppOptions) -> int:
content_uri = f"file://{site_index}"
webview = Webview(debug=app_opts.debug)
webview.title = "Clan App"
def cancel_task(
task_id: str, *, op_key: str