|
|
|
@ -449,7 +449,7 @@ BoxLayout: |
|
|
|
color: 0.7, 0.7, 0.7, 1 |
|
|
|
color: 0.7, 0.7, 0.7, 1 |
|
|
|
font_size: '22dp' |
|
|
|
font_size: '22dp' |
|
|
|
on_release: |
|
|
|
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' |
|
|
|
self.state = 'normal' |
|
|
|
|
|
|
|
|
|
|
|
ActionButton: |
|
|
|
ActionButton: |
|
|
|
@ -463,15 +463,15 @@ BoxLayout: |
|
|
|
ActionOvrButton: |
|
|
|
ActionOvrButton: |
|
|
|
name: 'about' |
|
|
|
name: 'about' |
|
|
|
text: _('About') |
|
|
|
text: _('About') |
|
|
|
|
|
|
|
ActionOvrButton: |
|
|
|
|
|
|
|
name: 'wallets' |
|
|
|
|
|
|
|
text: _('Wallets') |
|
|
|
ActionOvrButton: |
|
|
|
ActionOvrButton: |
|
|
|
name: 'network' |
|
|
|
name: 'network' |
|
|
|
text: _('Network') |
|
|
|
text: _('Network') |
|
|
|
ActionOvrButton: |
|
|
|
ActionOvrButton: |
|
|
|
name: 'lightning' |
|
|
|
name: 'lightning' |
|
|
|
text: _('Lightning') |
|
|
|
text: _('Lightning') |
|
|
|
ActionOvrButton: |
|
|
|
|
|
|
|
name: 'status' |
|
|
|
|
|
|
|
text: _('Wallet Info') |
|
|
|
|
|
|
|
ActionOvrButton: |
|
|
|
ActionOvrButton: |
|
|
|
name: 'addresses_dialog' |
|
|
|
name: 'addresses_dialog' |
|
|
|
text: _('Addresses') |
|
|
|
text: _('Addresses') |
|
|
|
|