kivy: comment out openalias setting (not ready to launch)

This commit is contained in:
ThomasV 2016-02-03 12:03:25 +01:00
parent fab001833f
commit 0beb7e88d7
1 changed files with 4 additions and 4 deletions

View File

@ -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: