mirror of
https://github.com/bobwen-dev/hunter
synced 2025-04-12 00:55:41 +02:00
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(); }
|
_ => { HError::config_error::<Config>(line.to_string()).log(); }
|
||||||
}
|
}
|
||||||
config
|
config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user