Merge pull request #53600 from nextcloud/backport/53574/stable30

[stable30] refactor(files): remove custom page title handling
This commit is contained in:
Ferdinand Thiessen 2025-07-22 13:46:38 +02:00 committed by GitHub
commit bd691d1c1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 10 deletions

View file

@ -439,13 +439,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