Remove the 20 pads limits in recent pads

pull/1/head
yflory 6 years ago
parent 1802656d9c
commit 569c44bd90

@ -2469,7 +2469,6 @@ define([
$list.append(h('li.cp-app-drive-element-separator', h('span', Messages.drive_active1Day)));
filesList.some(function (arr) {
if (i >= limit) { return true; }
var id = arr[0];
var file = arr[1];
if (!file || !file.atime) { return; }

Loading…
Cancel
Save