diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js index 794a2fbdd..70da87238 100644 --- a/chrome/content/zotero/xpcom/server_connector.js +++ b/chrome/content/zotero/xpcom/server_connector.js @@ -249,7 +249,7 @@ Zotero.Server.Connector.SaveSession.prototype._updateItems = Zotero.serial(async Zotero.Server.Connector.SaveSession.prototype._updateRecents = function () { var targetID = this._currentTargetID; try { - let numRecents = 5; + let numRecents = 7; let recents = Zotero.Prefs.get('recentSaveTargets') || '[]'; recents = JSON.parse(recents); // If there's already a target from this session in the list, update it