From 17f7bcbbadcc382fa3ef409febba1a9c526db20a Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 6 Apr 2018 07:36:13 -0400 Subject: [PATCH] Target selector: Increase recents to 7 --- chrome/content/zotero/xpcom/server_connector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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