fix setting sixel config

This commit is contained in:
rabite 2019-07-08 20:37:30 +02:00
parent c4ddf17bff
commit 3ba311a5bb
1 changed files with 1 additions and 1 deletions

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