Disable alpha down and right by default
This commit is contained in:
parent
28ffd174d0
commit
96778b2ef8
1 changed files with 0 additions and 2 deletions
|
|
@ -421,9 +421,7 @@ fn parse_opts_into_struct(
|
|||
opts.alphas.insert(AlphaOptim::Black);
|
||||
opts.alphas.insert(AlphaOptim::White);
|
||||
opts.alphas.insert(AlphaOptim::Up);
|
||||
opts.alphas.insert(AlphaOptim::Down);
|
||||
opts.alphas.insert(AlphaOptim::Left);
|
||||
opts.alphas.insert(AlphaOptim::Right);
|
||||
}
|
||||
|
||||
if matches.is_present("backup") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue