1
0

do not show plugins that register a custom wallet type in the plugins toggle dialog

This commit is contained in:
ThomasV
2015-08-06 11:12:15 +02:00
parent aadffa0c8f
commit e18ddd0096
3 changed files with 9 additions and 15 deletions

View File

@@ -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()