mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed Clear Picture Cache action under Qt which was broken.
This commit is contained in:
parent
ca602480d9
commit
be53b6de76
@ -25,6 +25,6 @@ class ResultWindow(ResultWindowBase):
|
|||||||
title = tr("Clear Picture Cache")
|
title = tr("Clear Picture Cache")
|
||||||
msg = tr("Do you really want to remove all your cached picture analysis?")
|
msg = tr("Do you really want to remove all your cached picture analysis?")
|
||||||
if self.app.confirm(title, msg, QMessageBox.No):
|
if self.app.confirm(title, msg, QMessageBox.No):
|
||||||
self.app.scanner.clear_picture_cache()
|
self.app.model.scanner.clear_picture_cache()
|
||||||
QMessageBox.information(self, title, tr("Picture cache cleared."))
|
QMessageBox.information(self, title, tr("Picture cache cleared."))
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user