diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8d9f034..d4cdcf0b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * A way to access the Developer Settings panel in Electron (Ctrl-Shift or Cmd-Shift and click logo) + * A way to access the Developer Settings panel in Electron (Ctrl-Shift and click logo) * Option in Developer Settings to toggle developer menu * diff --git a/js/lbry.js b/js/lbry.js index b730d4cee..4fd1d6863 100644 --- a/js/lbry.js +++ b/js/lbry.js @@ -18,7 +18,7 @@ var lbry = { debug: false, useCustomLighthouseServers: false, customLighthouseServers: [], - showDeveloperMenubar: false, + showDeveloperMenu: false, } };