diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js index f0366c614..1c2c7e32d 100644 --- a/chrome/content/zotero/xpcom/sync/syncRunner.js +++ b/chrome/content/zotero/xpcom/sync/syncRunner.js @@ -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);