mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-26 21:54:34 +01:00
#8554: Folder Device Plugin: to have option to disable subfolder
This commit is contained in:
parent
5acaed2683
commit
d3cfeb56a2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class FOLDER_DEVICE_FOR_CONFIG(USBMS):
|
|||
PRODUCT_ID = [0xffff]
|
||||
BCD = [0xffff]
|
||||
DEVICE_PLUGBOARD_NAME = 'FOLDER_DEVICE'
|
||||
|
||||
SUPPORTS_SUB_DIRS = True
|
||||
|
||||
class FOLDER_DEVICE(USBMS):
|
||||
type = _('Device Interface')
|
||||
|
|
|
|||
Loading…
Reference in a new issue