mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-03-17 05:31:38 +00:00
Removed APPNAME and LIMIT_DESC consts from cocoa.
This commit is contained in:
@@ -199,6 +199,12 @@ class PyDupeGuru(PyApp):
|
||||
self.app.progress.job_cancelled = True
|
||||
|
||||
#---Registration
|
||||
def appName(self):
|
||||
return "dupeGuru Picture Edition"
|
||||
|
||||
def demoLimitDescription(self):
|
||||
return self.app.DEMO_LIMIT_DESC
|
||||
|
||||
@objc.signature('i@:')
|
||||
def isRegistered(self):
|
||||
return self.app.registered
|
||||
|
||||
Reference in New Issue
Block a user