Target selector: Increase recents to 7
This commit is contained in:
parent
eeadeaa1b1
commit
17f7bcbbad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue