Browse Source
kivy server selection: don't hide ':t' protocol suffix
patch-4
SomberNight
4 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/gui/kivy/uix/ui_screens/server.kv
|
|
@ -23,7 +23,7 @@ Popup: |
|
|
|
height: '36dp' |
|
|
|
size_hint_x: 3 |
|
|
|
size_hint_y: None |
|
|
|
text: app.network.get_parameters().server.net_addr_str() |
|
|
|
text: app.network.get_parameters().server.to_friendly_name() |
|
|
|
Widget |
|
|
|
Button: |
|
|
|
id: chooser |
|
|
|