commit e7c02f19351c9b3946b9697d895a017c1daace64
parent bb739f4de933580ed1a2555dbd87db392578bcd9
Author: ThomasV <thomasv@electrum.org>
Date: Sat, 15 Feb 2020 18:36:55 +0100
switch menus: status <-> wallets
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/electrum/gui/kivy/main.kv b/electrum/gui/kivy/main.kv
@@ -449,7 +449,7 @@ BoxLayout:
color: 0.7, 0.7, 0.7, 1
font_size: '22dp'
on_release:
- Clock.schedule_once(lambda dt: app.popup_dialog('wallets'), 0.05)
+ Clock.schedule_once(lambda dt: app.popup_dialog('status'), 0.05)
self.state = 'normal'
ActionButton:
@@ -464,15 +464,15 @@ BoxLayout:
name: 'about'
text: _('About')
ActionOvrButton:
+ name: 'wallets'
+ text: _('Wallets')
+ ActionOvrButton:
name: 'network'
text: _('Network')
ActionOvrButton:
name: 'lightning'
text: _('Lightning')
ActionOvrButton:
- name: 'status'
- text: _('Wallet Info')
- ActionOvrButton:
name: 'addresses_dialog'
text: _('Addresses')
ActionOvrButton: