Closes #955, Don't generate bibliography when dragging many items

Default limit set to 50, configurable in the Export pane
This commit is contained in:
Dan Stillman 2009-05-18 19:51:36 +00:00
parent 8437a55e3e
commit f73e2ceb58
4 changed files with 27 additions and 9 deletions

View file

@ -81,6 +81,7 @@ pref("extensions.zotero.rtfScan.lastInputFile", "");
pref("extensions.zotero.rtfScan.lastOutputFile", "");
pref("extensions.zotero.export.quickCopy.setting", 'bibliography=http://www.zotero.org/styles/chicago-note');
pref("extensions.zotero.export.quickCopy.dragLimit", 50);
// Integration settings
pref("extensions.zotero.integration.port", 50001);