mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix #794999 ([Enhancement] decrease lower limit for epub 'split files larger than')
This commit is contained in:
parent
fa9ce548a3
commit
659f0129d3
@ -58,7 +58,7 @@
|
|||||||
<string> KB</string>
|
<string> KB</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>100</number>
|
<number>25</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>1000000</number>
|
<number>1000000</number>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user