Add disableAutoUpdates config option (#5805)

Co-authored-by: Labhansh Agrawal <labhansh.agrawal@gmail.com>
This commit is contained in:
letsandeepio 2021-08-02 05:05:47 -04:00 committed by GitHub
parent ee4ae5c4fe
commit 61204f8d5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 14 deletions

View file

@ -157,6 +157,9 @@ module.exports = {
// if `false` (without backticks and without quotes), Hyper will use ligatures provided by some fonts
disableLigatures: true,
// set to true to disable auto updates
disableAutoUpdates: false,
// for advanced config flags please refer to https://hyper.is/#cfg
},