fix #5731
This commit is contained in:
@@ -345,6 +345,7 @@
|
||||
description: ''
|
||||
size_hint: 1, None
|
||||
height: '60dp'
|
||||
action: lambda x: None
|
||||
canvas.before:
|
||||
Color:
|
||||
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")
|
||||
title: _("Status") + ': ' + self.value
|
||||
description: _("Connections with Electrum servers")
|
||||
action: lambda x: None
|
||||
|
||||
CardSeparator
|
||||
SettingsItem:
|
||||
@@ -46,7 +45,6 @@ Popup:
|
||||
value: "%d blocks" % app.num_blocks
|
||||
title: _("Blockchain") + ': ' + self.value
|
||||
description: _('Verified block headers')
|
||||
action: lambda x: x
|
||||
|
||||
CardSeparator
|
||||
SettingsItem:
|
||||
|
||||
Reference in New Issue
Block a user