mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 15:06:29 +01:00
Fix #864096 (Fixable content in library check is not hidden after repair)
This commit is contained in:
commit
c987d56c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ def builder(tree, checker, check):
|
|||
|
||||
tl = Item()
|
||||
tl.setText(0, h)
|
||||
if fixable:
|
||||
if fixable and list:
|
||||
tl.setText(1, _('(fixable)'))
|
||||
tl.setFlags(Qt.ItemIsEnabled | Qt.ItemIsUserCheckable)
|
||||
tl.setCheckState(1, False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue