mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-29 02:12:10 +02:00
Change default setting for new users for 'Update Calibre Cover (from EPUB):' to 'Yes, if EPUB has a cover image'
This commit is contained in:
parent
00d15bee59
commit
57e1181c48
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ default_prefs['addtoreadlists'] = False
|
|||
default_prefs['addtolistsonread'] = False
|
||||
default_prefs['autounnew'] = False
|
||||
|
||||
default_prefs['updatecalcover'] = None
|
||||
default_prefs['updatecalcover'] = SAVE_YES_IF_IMG
|
||||
default_prefs['gencalcover'] = SAVE_YES
|
||||
default_prefs['updatecover'] = False
|
||||
default_prefs['calibre_gen_cover'] = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue