diff --git a/apps/files_trashbin/js/app.js b/apps/files_trashbin/js/app.js index 807d5704be1208353ee762200a69f46ca9d57f57..364b51697bd1657cca4e7f7cce82473c8b91152e 100644 --- a/apps/files_trashbin/js/app.js +++ b/apps/files_trashbin/js/app.js @@ -26,7 +26,8 @@ OCA.Trashbin.App = { this.fileList = new OCA.Trashbin.FileList( $('#app-content-trashbin'), { scrollContainer: $('#app-content'), - fileActions: this._createFileActions() + fileActions: this._createFileActions(), + detailsViewEnabled: false } ); },