mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-16 02:14:31 +01:00
Disable the connect to itunes message for the moment
This commit is contained in:
parent
fb76953b88
commit
ffd45f489a
1 changed files with 1 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ def open(self, library_uuid):
|
|||
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('<p>' + _('Click the "Connect/Share" button and choose'
|
||||
' "Connect to iTunes" to send books from your calibre library'
|
||||
' to your Apple iDevice.<p>For more information, see '
|
||||
|
|
|
|||
Loading…
Reference in a new issue