kivy: sort servers

This commit is contained in:
ThomasV 2016-02-15 04:18:11 +01:00
parent b71fbd34b2
commit af282d8d2c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Popup:
Spinner:
id: host
text: ''
values: app.network.get_servers()
values: sorted(app.network.get_servers())
Widget:
size_hint: 1, 1