diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js
index 5be7f90a3..ee3c7f5c2 100644
--- a/chrome/content/zotero/standalone/standalone.js
+++ b/chrome/content/zotero/standalone/standalone.js
@@ -43,6 +43,10 @@ const ZoteroStandalone = new function() {
return Zotero.initializationPromise;
})
.then(function () {
+ if (Zotero.Prefs.get('devtools.errorconsole.enabled', true)) {
+ document.getElementById('menu_errorConsole').hidden = false;
+ }
+
Zotero.hideZoteroPaneOverlays();
ZoteroPane.init();
ZoteroPane.makeVisible();
diff --git a/chrome/content/zotero/standalone/standalone.xul b/chrome/content/zotero/standalone/standalone.xul
index bf42f2e9a..25d3c6ca9 100644
--- a/chrome/content/zotero/standalone/standalone.xul
+++ b/chrome/content/zotero/standalone/standalone.xul
@@ -169,7 +169,7 @@
-
+