do not show plugins that register a custom wallet type in the plugins toggle dialog
This commit is contained in:
@@ -228,9 +228,6 @@ class Plugin(BasePlugin):
|
||||
return True
|
||||
return False
|
||||
|
||||
def requires_settings(self):
|
||||
return True
|
||||
|
||||
def set_enabled(self, enabled):
|
||||
self.wallet.storage.put('use_' + self.name, enabled)
|
||||
|
||||
@@ -538,9 +535,6 @@ class Plugin(BasePlugin):
|
||||
return
|
||||
return pw.get_amount()
|
||||
|
||||
def settings_widget(self, window):
|
||||
return EnterButton(_('Settings'), self.settings_dialog)
|
||||
|
||||
def settings_dialog(self):
|
||||
self.waiting_dialog = WaitingDialog(self.window, 'please wait...', self.request_billing_info, self.show_settings_dialog)
|
||||
self.waiting_dialog.start()
|
||||
|
||||
Reference in New Issue
Block a user