Skip to content

Commit 247a1e7

Browse files
authored
Merge pull request #53573 from nextcloud/backport/53321/stable29
[stable29] [FilesList] Use the correct theming instance name from capabilities
2 parents 2c9f595 + c75f046 commit 247a1e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/files/src/views/FilesList.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export default defineComponent({
449449
* Update the window title to match the page heading
450450
*/
451451
pageHeading() {
452-
document.title = `${this.pageHeading} - ${getCapabilities().theming?.productName ?? 'Nextcloud'}`
452+
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
453453
},
454454
455455
currentView(newView, oldView) {
@@ -494,7 +494,7 @@ export default defineComponent({
494494
495495
// Reload on settings change
496496
this.unsubscribeStoreCallback = this.userConfigStore.$subscribe(() => this.fetchContent(), { deep: true })
497-
497+
498498
// Finally, fetch the current directory contents
499499
await this.fetchContent()
500500
if (this.fileId) {

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)