Remove the 20 pads limits in recent pads

This commit is contained in:
yflory 2019-05-21 11:16:41 +02:00
parent 1802656d9c
commit 569c44bd90

View file

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