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

@@ -153,4 +153,6 @@ export class DeleteConfirmationScene {
this._delete_req = null;
}
}
title_object() { return ""; }
}