Use a string for setting the update channel (#2127)
* Adjusted config option * Accept new config value
This commit is contained in:
parent
300f7cbde4
commit
6b886afc36
2 changed files with 13 additions and 4 deletions
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
module.exports = {
|
||||
config: {
|
||||
// Choose either `false` for receiving highly polished,
|
||||
// or `true` for less polished but more frequent updates
|
||||
canaryUpdates: false,
|
||||
// Choose either "stable" for receiving highly polished,
|
||||
// or "canary" for less polished but more frequent updates
|
||||
updateChannel: 'stable',
|
||||
|
||||
// default font size in pixels for all tabs
|
||||
fontSize: 12,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue