1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-03 20:01:38 +00:00

cocoa: move scan type selector to directory window

Also, use dynamic scan type labels supplied by core.
This commit is contained in:
Virgil Dupras
2016-06-02 21:31:12 -04:00
parent f8686ffb55
commit 2be4ae8f65
5 changed files with 27 additions and 24 deletions

View File

@@ -123,6 +123,9 @@ class PyDupeGuruBase(PyBaseApp):
self.model.ignore_list_dialog.show()
#---Information
def getScanOptions(self) -> list:
return [o.label for o in self.model.SCANNER_CLASS.get_scan_options()]
def resultsAreModified(self) -> bool:
return self.model.results.is_modified