Merge pull request #53572 from nextcloud/backport/53321/stable30

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

View file

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