Target selector: Increase recents to 7
This commit is contained in:
parent
eeadeaa1b1
commit
17f7bcbbad
|
@ -249,7 +249,7 @@ Zotero.Server.Connector.SaveSession.prototype._updateItems = Zotero.serial(async
|
||||||
Zotero.Server.Connector.SaveSession.prototype._updateRecents = function () {
|
Zotero.Server.Connector.SaveSession.prototype._updateRecents = function () {
|
||||||
var targetID = this._currentTargetID;
|
var targetID = this._currentTargetID;
|
||||||
try {
|
try {
|
||||||
let numRecents = 5;
|
let numRecents = 7;
|
||||||
let recents = Zotero.Prefs.get('recentSaveTargets') || '[]';
|
let recents = Zotero.Prefs.get('recentSaveTargets') || '[]';
|
||||||
recents = JSON.parse(recents);
|
recents = JSON.parse(recents);
|
||||||
// If there's already a target from this session in the list, update it
|
// If there's already a target from this session in the list, update it
|
||||||
|
|
Loading…
Reference in New Issue
Block a user