Update deprecated openPreferences() call
This commit is contained in:
parent
cb913ffccb
commit
71fb054efe
|
@ -1005,7 +1005,7 @@ Zotero.Sync.Runner_Module = function (options = {}) {
|
||||||
);
|
);
|
||||||
|
|
||||||
if (index == 0) {
|
if (index == 0) {
|
||||||
win.ZoteroPane.openPreferences("zotero-prefpane-sync");
|
Zotero.Utilities.Internal.openPreferences("zotero-prefpane-sync");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}, 1);
|
}, 1);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user