1
0
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:
rabite 2019-07-08 20:37:30 +02:00
parent c4ddf17bff
commit 3ba311a5bb

View File

@ -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