Add disableAutoUpdates config option (#5805)
Co-authored-by: Labhansh Agrawal <labhansh.agrawal@gmail.com>
This commit is contained in:
parent
ee4ae5c4fe
commit
61204f8d5c
3 changed files with 27 additions and 14 deletions
|
|
@ -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
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue