unused media tooltip patch from julien baley (removed redundant .finish())
This commit is contained in:
parent
36e877fe12
commit
0254a25c23
@ -894,7 +894,8 @@ will be lost. Continue?"""))
|
||||
"Used on cards but missing from media folder:")
|
||||
report += "\n" + "\n".join(nohave)
|
||||
if not report:
|
||||
report = _("No unused or missing files found.")
|
||||
tooltip(_("No unused or missing files found."))
|
||||
return
|
||||
# show report and offer to delete
|
||||
diag = QDialog(self)
|
||||
diag.setWindowTitle("Anki")
|
||||
|
Loading…
Reference in New Issue
Block a user