mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
commit
609c25acfc
3 changed files with 4 additions and 4 deletions
|
|
@ -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
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue