Merge pull request #53574 from nextcloud/chore/files-title

refactor(files): remove custom page title handling
This commit is contained in:
Ferdinand Thiessen 2025-06-19 10:50:48 +02:00 committed by GitHub
commit d156bb2c06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 10 deletions

View file

@ -482,13 +482,6 @@ export default defineComponent({
},
watch: {
/**
* Update the window title to match the page heading
*/
pageHeading() {
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
},
/**
* Handle rendering the custom empty view
* @param show The current state if the custom empty view should be rendered

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