mirror of https://github.com/bobwen-dev/hunter
fix setting sixel config
This commit is contained in:
parent
c4ddf17bff
commit
3ba311a5bb
|
@ -167,7 +167,7 @@ impl Config {
|
|||
}
|
||||
}
|
||||
}
|
||||
Ok(("sixel", "off")) => { config.sixel = true; }
|
||||
Ok(("sixel", "on")) => { config.sixel = true; }
|
||||
_ => { HError::config_error::<Config>(line.to_string()).log(); }
|
||||
}
|
||||
config
|
||||
|
|
Loading…
Reference in New Issue