Fix default config reload value

This shouldn't have any effect, but at least the default value is now
consistent with the default deserialization value.
This commit is contained in:
Joe Wilm 2017-10-16 18:37:00 -07:00
parent 07e42b2e25
commit 1cf9a179bc
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ impl Default for Config {
visual_bell: Default::default(),
env: Default::default(),
hide_cursor_when_typing: Default::default(),
live_config_reload: Default::default(),
live_config_reload: true,
padding: default_padding(),
}
}