Skip to content

Commit e92b9de

Browse files
susnuxbackportbot[bot]
authored andcommitted
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 <[email protected]>
1 parent f57af2d commit e92b9de

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
@@ -479,13 +479,6 @@ export default defineComponent({
479479
},
480480
481481
watch: {
482-
/**
483-
* Update the window title to match the page heading
484-
*/
485-
pageHeading() {
486-
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
487-
},
488-
489482
/**
490483
* Handle rendering the custom empty view
491484
* @param show The current state if the custom empty view should be rendered

0 commit comments

Comments
 (0)