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

@@ -241,4 +241,6 @@ export class UploadCollectionScene {
this._upload_req = null;
}
}
title_object() { return ""; }
}