diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index b88723f5..2bc4322e 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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, } |