Added config switch for update channel (#2101)

This commit is contained in:
Leo Lamprecht 2017-08-20 12:18:42 +02:00 committed by GitHub
parent c16a145253
commit a0713f86e8
2 changed files with 12 additions and 2 deletions

View file

@ -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,