mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 03:43:52 +02:00
...
This commit is contained in:
parent
d36ce3b18a
commit
27f1fc0fa4
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ def initialize_metadata_options(self):
|
|||
if not pm.isNull():
|
||||
self.cover.setPixmap(pm)
|
||||
self.cover_data = cover
|
||||
else:
|
||||
self.cover.setPixmap(QPixmap(I('default_cover.svg')))
|
||||
|
||||
|
||||
def initialize_combos(self):
|
||||
self.initalize_authors()
|
||||
|
|
|
|||
Loading…
Reference in a new issue