Fix download-on-sync mode for ZFS
This commit is contained in:
parent
73f4d28ab2
commit
6993ca252c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Zotero.Sync.Storage.Local = {
|
|||
*/
|
||||
downloadOnSync: function (libraryID, enable) {
|
||||
var pref = this._getDownloadPrefFromLibrary(libraryID);
|
||||
var val = 'on-demand';
|
||||
var val = 'on-sync';
|
||||
if (enable) {
|
||||
Zotero.Prefs.set(pref, val);
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue