mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Revert change to not use sub-directories on the Kindle
This commit is contained in:
parent
412c1f49af
commit
65620d2a8b
@ -294,8 +294,8 @@ class KINDLE2(KINDLE):
|
|||||||
|
|
||||||
PRODUCT_ID = [0x0002, 0x0004]
|
PRODUCT_ID = [0x0002, 0x0004]
|
||||||
BCD = [0x0100]
|
BCD = [0x0100]
|
||||||
SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories
|
# SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories
|
||||||
SUPPORTS_SUB_DIRS_FOR_SCAN = True
|
# SUPPORTS_SUB_DIRS_FOR_SCAN = True
|
||||||
|
|
||||||
EXTRA_CUSTOMIZATION_MESSAGE = [
|
EXTRA_CUSTOMIZATION_MESSAGE = [
|
||||||
_('Send page number information when sending books') +
|
_('Send page number information when sending books') +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user