mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #864096 (Fixable content in library check is not hidden after repair)
This commit is contained in:
commit
c987d56c8e
@ -310,7 +310,7 @@ class CheckLibraryDialog(QDialog):
|
|||||||
|
|
||||||
tl = Item()
|
tl = Item()
|
||||||
tl.setText(0, h)
|
tl.setText(0, h)
|
||||||
if fixable:
|
if fixable and list:
|
||||||
tl.setText(1, _('(fixable)'))
|
tl.setText(1, _('(fixable)'))
|
||||||
tl.setFlags(Qt.ItemIsEnabled | Qt.ItemIsUserCheckable)
|
tl.setFlags(Qt.ItemIsEnabled | Qt.ItemIsUserCheckable)
|
||||||
tl.setCheckState(1, False)
|
tl.setCheckState(1, False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user