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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user