mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Got rid of some code duplication in Cocoa interface.
This commit is contained in:
@@ -8,7 +8,7 @@ from hscommon.trans import install_cocoa_trans
|
||||
install_cocoa_trans()
|
||||
|
||||
from core.app_cocoa import PyDupeGuruBase, PyDetailsPanel
|
||||
from core_pe import app_cocoa as app_pe_cocoa, __appname__
|
||||
from core_pe import app_cocoa as app_pe_cocoa
|
||||
from core.scanner import ScanType
|
||||
|
||||
class PyDupeGuru(PyDupeGuruBase):
|
||||
@@ -43,7 +43,3 @@ class PyDupeGuru(PyDupeGuruBase):
|
||||
def setMinMatchPercentage_(self,percentage):
|
||||
self.py.scanner.threshold = int(percentage)
|
||||
|
||||
#---Registration
|
||||
def appName(self):
|
||||
return __appname__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user