commit 0beb7e88d76423d71337c1539164081b96dc7850
parent fab001833f394921eb059a2a27c064cd001e8017
Author: ThomasV <thomasv@electrum.org>
Date: Wed, 3 Feb 2016 12:03:25 +0100
kivy: comment out openalias setting (not ready to launch)
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gui/kivy/uix/dialogs/settings.py b/gui/kivy/uix/dialogs/settings.py
@@ -86,10 +86,10 @@ Builder.load_string('''
title: _('Labels Sync') + ': ' + self.status
description: "Synchronize labels."
action: partial(root.plugin_dialog, 'labels', self)
- SettingsItem:
- title: _('OpenAlias')
- description: "DNS record that stores one of your Bitcoin addresses."
- action: partial(root.openalias_dialog, self)
+ #SettingsItem:
+ # title: _('OpenAlias')
+ # description: "DNS record that stores one of your Bitcoin addresses."
+ # action: partial(root.openalias_dialog, self)
BoxLayout:
size_hint: 1, 0.1
Widget: