mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-27 17:03:21 +02:00
...
This commit is contained in:
parent
be3c3156b2
commit
87c374bc36
1 changed files with 1 additions and 1 deletions
|
|
@ -115,8 +115,8 @@ def post_open_callback(self):
|
|||
ec = self.settings().extra_customization
|
||||
if not ec[self.OPT_PRESERVE_ASPECT_RATIO]:
|
||||
self.THUMBNAIL_WIDTH = 108
|
||||
# Make sure the date offset is set to none, we'll calculate it in books.
|
||||
self.WANTS_UPDATED_THUMBNAILS = ec[self.OPT_REFRESH_COVERS]
|
||||
# Make sure the date offset is set to none, we'll calculate it in books.
|
||||
self.device_offset = None
|
||||
|
||||
def windows_filter_pnp_id(self, pnp_id):
|
||||
|
|
|
|||
Loading…
Reference in a new issue