tkivy: comment out openalias setting (not ready to launch) - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 0beb7e88d76423d71337c1539164081b96dc7850 DIR parent fab001833f394921eb059a2a27c064cd001e8017 HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 3 Feb 2016 12:03:25 +0100 kivy: comment out openalias setting (not ready to launch) Diffstat: M gui/kivy/uix/dialogs/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- DIR diff --git a/gui/kivy/uix/dialogs/settings.py b/gui/kivy/uix/dialogs/settings.py t@@ -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: