1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-03 22:32:37 +00:00

smart cover crop is default on and implemented for all formats (#1295)

This commit is contained in:
Alex Xu
2026-04-15 21:25:08 -07:00
committed by GitHub
parent 6f26bd5874
commit e7b7054b0e
6 changed files with 24 additions and 17 deletions

View File

@@ -655,12 +655,12 @@ Higher values are larger and higher quality, and may resolve blank page issues.<
</widget>
</item>
<item row="11" column="1">
<widget class="QCheckBox" name="smartCoverCropBox">
<widget class="QCheckBox" name="noSmartCoverCropBox">
<property name="toolTip">
<string>Attempt to crop main cover from wide image.</string>
<string>Disable attempt to crop main cover from wide image.</string>
</property>
<property name="text">
<string>Smart Cover Crop</string>
<string>No Smart Cover Crop</string>
</property>
</widget>
</item>