mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 16:50:55 -04:00
refactor(files): remove custom page title handling
This conflicts with what `NcAppContent` is already doing. So we should just remove it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
dda91c415f
commit
e21b28a296
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue