Quick tweaks to developer menu

- Fix variable name of default client setting
 - Correct key combo details in change log entry
This commit is contained in:
Alex Liebowitz 2017-03-08 18:34:07 -05:00
parent e9fdcd1094
commit 3763108cb0
2 changed files with 2 additions and 2 deletions

View file

@ -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
*

View file

@ -18,7 +18,7 @@ var lbry = {
debug: false,
useCustomLighthouseServers: false,
customLighthouseServers: [],
showDeveloperMenubar: false,
showDeveloperMenu: false,
}
};