mirror of
https://github.com/nextcloud/server.git
synced 2026-03-14 22:53:43 -04:00
Merge pull request #53572 from nextcloud/backport/53321/stable30
[stable30] [FilesList] Use the correct theming instance name from capabilities
This commit is contained in:
commit
2c3cfbcbf8
3 changed files with 4 additions and 4 deletions
|
|
@ -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
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