mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:14:33 +02:00
Fix #794999 ([Enhancement] decrease lower limit for epub 'split files larger than')
This commit is contained in:
parent
fa9ce548a3
commit
659f0129d3
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<string> KB</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>100</number>
|
||||
<number>25</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>1000000</number>
|
||||
|
|
|
|||
Loading…
Reference in a new issue