mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d36ce3b18a
commit
27f1fc0fa4
@ -87,6 +87,9 @@ class MetadataWidget(Widget, Ui_Form):
|
|||||||
if not pm.isNull():
|
if not pm.isNull():
|
||||||
self.cover.setPixmap(pm)
|
self.cover.setPixmap(pm)
|
||||||
self.cover_data = cover
|
self.cover_data = cover
|
||||||
|
else:
|
||||||
|
self.cover.setPixmap(QPixmap(I('default_cover.svg')))
|
||||||
|
|
||||||
|
|
||||||
def initialize_combos(self):
|
def initialize_combos(self):
|
||||||
self.initalize_authors()
|
self.initalize_authors()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user