1
0

switch menus: status <-> wallets

This commit is contained in:
ThomasV
2020-02-15 18:36:55 +01:00
parent bb739f4de9
commit e7c02f1935

View File

@@ -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:
@@ -463,15 +463,15 @@ BoxLayout:
ActionOvrButton:
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')