You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
308 B
15 lines
308 B
9 years ago
|
|
||
|
|
||
|
<WalletSelector@BlueSpinner>
|
||
|
icon: 'atlas://gui/kivy/theming/light/wallet'
|
||
|
values: ('default Wallet',)
|
||
|
text: _('Select your wallet')
|
||
|
|
||
|
|
||
|
ElectrumScreen:
|
||
|
|
||
|
WalletSelector:
|
||
|
id: wallet_selection
|
||
|
size_hint: 1, None
|
||
|
height: blue_bottom.item_height if app.expert_mode else 0
|