tswitch menus: status <-> wallets - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e7c02f19351c9b3946b9697d895a017c1daace64 DIR parent bb739f4de933580ed1a2555dbd87db392578bcd9 HTML Author: ThomasV <thomasv@electrum.org> Date: Sat, 15 Feb 2020 18:36:55 +0100 switch menus: status <-> wallets Diffstat: M electrum/gui/kivy/main.kv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- DIR diff --git a/electrum/gui/kivy/main.kv b/electrum/gui/kivy/main.kv t@@ -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: t@@ -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: