Skip to content

Commit bd691d1

Browse files
authored
Merge pull request #53600 from nextcloud/backport/53574/stable30
[stable30] refactor(files): remove custom page title handling
2 parents cf0160b + 2bab591 commit bd691d1

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

apps/files/src/views/FilesList.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -439,13 +439,6 @@ export default defineComponent({
439439
},
440440
441441
watch: {
442-
/**
443-
* Update the window title to match the page heading
444-
*/
445-
pageHeading() {
446-
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
447-
},
448-
449442
/**
450443
* Handle rendering the custom empty view
451444
* @param show The current state if the custom empty view should be rendered

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)