Merge pull request #194 from lbryio/developer-menu-tweaks

Quick tweaks to developer menu
This commit is contained in:
alexliebowitz 2017-03-08 18:35:18 -05:00 committed by GitHub
commit addfbb2acf
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,
}
};