mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Removed some code duplication.
This commit is contained in:
parent
47c9d39150
commit
4b9cba4d7f
@ -83,7 +83,7 @@ class DupeGuru(DupeGuruBase, QObject):
|
||||
|
||||
self.reg = Registration(self)
|
||||
self.set_registration(self.prefs.registration_code, self.prefs.registration_email)
|
||||
if not self.registered and self.unpaid_hours >= 1:
|
||||
if self.should_show_fairware_reminder:
|
||||
# The timer scheme is because if the nag is not shown before the application is
|
||||
# completely initialized, the nag will be shown before the app shows up in the task bar
|
||||
# In some circumstances, the nag is hidden by other window, which may make the user think
|
||||
|
Loading…
x
Reference in New Issue
Block a user