Merge pull request #53571 from nextcloud/backport/53321/stable31

[stable31] [FilesList] Use the correct theming instance name from capabilities
This commit is contained in:
Ferdinand Thiessen 2025-06-18 13:42:34 +02:00 committed by GitHub
commit 88e7b24936
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -483,7 +483,7 @@ export default defineComponent({
* Update the window title to match the page heading
*/
pageHeading() {
document.title = `${this.pageHeading} - ${getCapabilities().theming?.productName ?? 'Nextcloud'}`
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
},
/**

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long