mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 15:13:22 +02:00
Add CC directory to the default list of folders to send to
This commit is contained in:
parent
3032d61204
commit
ac9ade0409
1 changed files with 3 additions and 3 deletions
|
|
@ -47,9 +47,9 @@ def prefs(self):
|
|||
from calibre.library.save_to_disk import config
|
||||
self._prefs = p = JSONConfig('mtp_devices')
|
||||
p.defaults['format_map'] = self.FORMATS
|
||||
p.defaults['send_to'] = ['Books', 'eBooks/import', 'eBooks',
|
||||
'wordplayer/calibretransfer', 'sdcard/ebooks',
|
||||
'kindle']
|
||||
p.defaults['send_to'] = ['Calibre_Companion', 'Books',
|
||||
'eBooks/import', 'eBooks', 'wordplayer/calibretransfer',
|
||||
'sdcard/ebooks', 'kindle']
|
||||
p.defaults['send_template'] = config().parse().send_template
|
||||
p.defaults['blacklist'] = []
|
||||
p.defaults['history'] = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue