1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-07 16:22:19 +00:00

smart cover crop is default off (#1331)

This commit is contained in:
Alex Xu
2026-05-06 08:12:19 -07:00
committed by GitHub
parent 19ce14eeee
commit 8798d71bfa
6 changed files with 15 additions and 15 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="noSmartCoverCropBox">
<widget class="QCheckBox" name="smartCoverCropBox">
<property name="toolTip">
<string>Disable attempt to crop main cover from wide image.</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Attempt to crop main cover from wide image.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>No Smart Cover Crop</string>
<string>Smart Cover Crop</string>
</property>
</widget>
</item>