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 title: _('Labels Sync') + ': ' + self.status
description: "Synchronize labels." description: "Synchronize labels."
action: partial(root.plugin_dialog, 'labels', self) action: partial(root.plugin_dialog, 'labels', self)
SettingsItem: #SettingsItem:
title: _('OpenAlias') # title: _('OpenAlias')
description: "DNS record that stores one of your Bitcoin addresses." # description: "DNS record that stores one of your Bitcoin addresses."
action: partial(root.openalias_dialog, self) # action: partial(root.openalias_dialog, self)
BoxLayout: BoxLayout:
size_hint: 1, 0.1 size_hint: 1, 0.1
Widget: Widget: