feat: add activation on fill
All checks were successful
Nix Build / nix build (push) Successful in 34s
All checks were successful
Nix Build / nix build (push) Successful in 34s
This commit is contained in:
parent
555ffca915
commit
3f06af22a3
3 changed files with 20 additions and 0 deletions
|
@ -48,6 +48,7 @@ impl Default for TagState {
|
|||
pub struct Config {
|
||||
pub prepopulate: u8,
|
||||
pub strict: bool,
|
||||
pub activation_on_fill: bool,
|
||||
}
|
||||
|
||||
impl Default for Config {
|
||||
|
@ -55,6 +56,7 @@ impl Default for Config {
|
|||
Self {
|
||||
prepopulate: 3,
|
||||
strict: true,
|
||||
activation_on_fill: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue