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