Fix level 0
This commit is contained in:
parent
86a72ea127
commit
8396a262c3
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ impl Options {
|
||||||
compression.clear();
|
compression.clear();
|
||||||
compression.insert(3);
|
compression.insert(3);
|
||||||
}
|
}
|
||||||
self
|
self.apply_preset_1()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn apply_preset_1(mut self) -> Self {
|
fn apply_preset_1(mut self) -> Self {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue