Added config switch for update channel (#2101)
This commit is contained in:
parent
c16a145253
commit
a0713f86e8
2 changed files with 12 additions and 2 deletions
|
|
@ -4,6 +4,10 @@
|
|||
|
||||
module.exports = {
|
||||
config: {
|
||||
// Choose either `false` for receiving highly polished,
|
||||
// or `true` for less polished but more frequent updates
|
||||
canaryUpdates: false,
|
||||
|
||||
// default font size in pixels for all tabs
|
||||
fontSize: 12,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue