Skip to content

Commit

Permalink
Update libconf.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
callmeclover authored Apr 9, 2024
1 parent 015265a commit e18f87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libconf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub async fn get_options(config: Config) -> Vec<(&'static str, usize)> {
options.push(("gamepad", 50));
}
if config.basic.do_screenshots {
options.push(("screenshot", 5));
options.push(("screenshot", 1));
}
if config.basic.do_tts {
options.push(("quote", 10));
Expand Down

0 comments on commit e18f87c

Please sign in to comment.