toml: automatically reload configuration
This commit is contained in:
parent
636b242347
commit
f943036522
6 changed files with 256 additions and 26 deletions
|
|
@ -488,6 +488,7 @@ pub struct Config {
|
|||
pub env: Vec<(String, String)>,
|
||||
pub on_startup: Option<Action>,
|
||||
pub keymaps: Vec<ConfigKeymap>,
|
||||
pub auto_reload: Option<bool>,
|
||||
pub log_level: Option<LogLevel>,
|
||||
pub theme: Theme,
|
||||
pub gfx_api: Option<GfxApi>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue