Remove sidebar for trashbin view

This commit is contained in:
Vincent Petry 2015-10-08 12:59:13 +02:00
parent cd818e7419
commit 8e84ab8613
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
);
},