kivy: disable coinchooser option
This commit is contained in:
@@ -90,12 +90,14 @@ Builder.load_string('''
|
|||||||
description: _("Send your change to separate addresses.")
|
description: _("Send your change to separate addresses.")
|
||||||
message: _('Send excess coins to change addresses')
|
message: _('Send excess coins to change addresses')
|
||||||
action: partial(root.boolean_dialog, 'use_change', _('Use change addresses'), self.message)
|
action: partial(root.boolean_dialog, 'use_change', _('Use change addresses'), self.message)
|
||||||
CardSeparator
|
|
||||||
SettingsItem:
|
# disabled: there is currently only one coin selection policy
|
||||||
status: root.coinselect_status()
|
#CardSeparator
|
||||||
title: _('Coin selection') + ': ' + self.status
|
#SettingsItem:
|
||||||
description: "Coin selection method"
|
# status: root.coinselect_status()
|
||||||
action: partial(root.coinselect_dialog, self)
|
# title: _('Coin selection') + ': ' + self.status
|
||||||
|
# description: "Coin selection method"
|
||||||
|
# action: partial(root.coinselect_dialog, self)
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user