Merge pull request #194 from lbryio/developer-menu-tweaks
Quick tweaks to developer menu
This commit is contained in:
commit
addfbb2acf
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ var lbry = {
|
|||
debug: false,
|
||||
useCustomLighthouseServers: false,
|
||||
customLighthouseServers: [],
|
||||
showDeveloperMenubar: false,
|
||||
showDeveloperMenu: false,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue