Fix "Check for Updates" button in startup error dialog

This commit is contained in:
Dan Stillman 2024-07-21 05:59:25 -04:00
parent 3b1cb2b9c2
commit 1d0cdf4df0

View file

@ -371,7 +371,7 @@ try {
if (index == 0) {
Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
.getService(Components.interfaces.nsIWindowWatcher)
.openWindow(null, 'chrome://mozapps/content/update/updates.xhtml',
.openWindow(null, 'chrome://zotero/content/update/updates.xhtml',
'updateChecker', 'chrome,centerscreen,modal', null);
}
}