This commit is contained in:
parent
4c748be113
commit
175d044930
3 changed files with 125 additions and 43 deletions
|
|
@ -60,6 +60,7 @@ pub struct Config {
|
|||
pub strict: bool,
|
||||
#[serde(default = "default_true")]
|
||||
pub activation_on_fill: bool,
|
||||
pub scratchpads: HashMap<String, u8>,
|
||||
}
|
||||
|
||||
impl Default for Config {
|
||||
|
|
@ -68,6 +69,7 @@ impl Default for Config {
|
|||
prepopulate: 3,
|
||||
strict: true,
|
||||
activation_on_fill: true,
|
||||
scratchpads: HashMap::new(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue