mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
While keeping demo dialogs, removed fairware dialogs.
Npw, when in "fairware mode", we simply show no dialog at all.
This commit is contained in:
parent
7cac0b5d6e
commit
17b5703885
@ -228,10 +228,6 @@ class DupeGuru(QObject):
|
|||||||
self.about_box.registerButton.hide()
|
self.about_box.registerButton.hide()
|
||||||
self.about_box.registeredEmailLabel.setText(self.model.registration_email)
|
self.about_box.registeredEmailLabel.setText(self.model.registration_email)
|
||||||
|
|
||||||
def show_fairware_nag(self, prompt):
|
|
||||||
reg = Registration(self.model)
|
|
||||||
reg.show_fairware_nag(prompt)
|
|
||||||
|
|
||||||
def show_demo_nag(self, prompt):
|
def show_demo_nag(self, prompt):
|
||||||
reg = Registration(self.model)
|
reg = Registration(self.model)
|
||||||
reg.show_demo_nag(prompt)
|
reg.show_demo_nag(prompt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user