Merge pull request #53321 from nextcloud/fix/noid/files-page-heading-theming-name

[FilesList] Use the correct theming instance name from capabilities
This commit is contained in:
Julius Knorr 2025-06-05 11:12:51 +02:00 committed by GitHub
commit 609c25acfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -486,7 +486,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