mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Special case for apple and folder_Device mountables.
This commit is contained in:
parent
a6a0de8ff4
commit
6c35aeec6e
@ -46,7 +46,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
||||
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…
x
Reference in New Issue
Block a user