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

refactor(files): remove custom page title handling
pull/53590/head
Ferdinand Thiessen 2025-06-19 10:50:48 +07: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

@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long