Merge pull request #19647 from owncloud/trashbin-removesidebar
Remove sidebar for trashbin view
This commit is contained in:
commit
0a5349eec6
|
@ -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
|
||||
}
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue