From 0beb7e88d76423d71337c1539164081b96dc7850 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 3 Feb 2016 12:03:25 +0100 Subject: [PATCH] kivy: comment out openalias setting (not ready to launch) --- gui/kivy/uix/dialogs/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/kivy/uix/dialogs/settings.py b/gui/kivy/uix/dialogs/settings.py index 03b158fa..432d3f79 100644 --- 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: