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:
parent
e9fdcd1094
commit
3763108cb0
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