From 4a0ca37cb3b525043c0aec85d1350f4ba255c962 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 8 Oct 2015 12:59:13 +0200 Subject: Remove sidebar for trashbin view --- apps/files_trashbin/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/files_trashbin/js/app.js b/apps/files_trashbin/js/app.js index c3be762f095..e1ac945fea3 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 } ); }, -- cgit v1.2.3