UI: Dynamic window titles including URL

This commit is contained in:
Max Berger
2026-04-22 21:39:02 +02:00
parent ecac9c6ced
commit 66d4827250
12 changed files with 92 additions and 2 deletions

View File

@@ -37,4 +37,5 @@ export class LoadingScene {
}
release() { }
is_transient() { return true; }
title_object() { return "Loading..."}
}