diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a785ef5..ef0c5d452 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 9fcf12d0b..b2729cf6a 100644 --- a/js/lbry.js +++ b/js/lbry.js @@ -18,7 +18,7 @@ var lbry = { debug: false, useCustomLighthouseServers: false, customLighthouseServers: [], - showDeveloperMenubar: false, + showDeveloperMenu: false, } };