fix #5731
This commit is contained in:
@@ -345,6 +345,7 @@
|
|||||||
description: ''
|
description: ''
|
||||||
size_hint: 1, None
|
size_hint: 1, None
|
||||||
height: '60dp'
|
height: '60dp'
|
||||||
|
action: lambda x: None
|
||||||
canvas.before:
|
canvas.before:
|
||||||
Color:
|
Color:
|
||||||
rgba: (0.192, .498, 0.745, 1) if self.state == 'down' else (0.3, 0.3, 0.3, 0)
|
rgba: (0.192, .498, 0.745, 1) if self.state == 'down' else (0.3, 0.3, 0.3, 0)
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ Popup:
|
|||||||
value: _("{} connections.").format(app.num_nodes) if app.num_nodes else _("Not connected")
|
value: _("{} connections.").format(app.num_nodes) if app.num_nodes else _("Not connected")
|
||||||
title: _("Status") + ': ' + self.value
|
title: _("Status") + ': ' + self.value
|
||||||
description: _("Connections with Electrum servers")
|
description: _("Connections with Electrum servers")
|
||||||
action: lambda x: None
|
|
||||||
|
|
||||||
CardSeparator
|
CardSeparator
|
||||||
SettingsItem:
|
SettingsItem:
|
||||||
@@ -46,7 +45,6 @@ Popup:
|
|||||||
value: "%d blocks" % app.num_blocks
|
value: "%d blocks" % app.num_blocks
|
||||||
title: _("Blockchain") + ': ' + self.value
|
title: _("Blockchain") + ': ' + self.value
|
||||||
description: _('Verified block headers')
|
description: _('Verified block headers')
|
||||||
action: lambda x: x
|
|
||||||
|
|
||||||
CardSeparator
|
CardSeparator
|
||||||
SettingsItem:
|
SettingsItem:
|
||||||
|
|||||||
Reference in New Issue
Block a user