Skip to content

Commit 905788e

Browse files
committed
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>
1 parent 419e0a5 commit 905788e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

apps/files/src/views/FilesList.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -482,13 +482,6 @@ export default defineComponent({
482482
},
483483
484484
watch: {
485-
/**
486-
* Update the window title to match the page heading
487-
*/
488-
pageHeading() {
489-
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
490-
},
491-
492485
/**
493486
* Handle rendering the custom empty view
494487
* @param show The current state if the custom empty view should be rendered

0 commit comments

Comments
 (0)