mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-06 04:15:27 +01:00
Special case for apple and folder_Device mountables.
This commit is contained in:
parent
a6a0de8ff4
commit
6c35aeec6e
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def field_cmp(x, y):
|
|||
else:
|
||||
self.device_label.setText(_('Device currently connected: None'))
|
||||
|
||||
self.devices = ['']
|
||||
self.devices = ['', 'APPLE', 'FOLDER_DEVICE']
|
||||
for device in device_plugins():
|
||||
n = device_name_for_plugboards(device)
|
||||
if n not in self.devices:
|
||||
|
|
|
|||
Loading…
Reference in a new issue