Default to enabling live config reload

This will keep the original behavior for users who don't update their
config.
This commit is contained in:
Joe Wilm 2017-08-29 09:19:43 -07:00
parent b38d825921
commit adcd517669
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ pub struct Config {
hide_cursor_when_typing: bool,
/// Live config reload
#[serde(default)]
#[serde(default="true_bool")]
live_config_reload: bool,
}