diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index 7a2b25b2e8..da3f7fe2f3 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -743,7 +743,7 @@ class ITUNES(DriverBase): self.log.info("ITUNES.open()") # Display a dialog recommending using 'Connect to iTunes' - if not self.settings().extra_customization[self.SKIP_CONNECT_TO_ITUNES_DIALOG]: + if False and not self.settings().extra_customization[self.SKIP_CONNECT_TO_ITUNES_DIALOG]: raise OpenFeedback('

' + _('Click the "Connect/Share" button and choose' ' "Connect to iTunes" to send books from your calibre library' ' to your Apple iDevice.

For more information, see '