Merge pull request #46 from mxve/serverlistsorting
Sort ServerList by players
This commit is contained in:
commit
4671eb2b35
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
namespace Components
|
namespace Components
|
||||||
{
|
{
|
||||||
bool ServerList::SortAsc = true;
|
bool ServerList::SortAsc = false;
|
||||||
int ServerList::SortKey = static_cast<std::underlying_type_t<Column>>(Column::Ping);
|
int ServerList::SortKey = static_cast<std::underlying_type_t<Column>>(Column::Players);
|
||||||
|
|
||||||
unsigned int ServerList::CurrentServer = 0;
|
unsigned int ServerList::CurrentServer = 0;
|
||||||
ServerList::Container ServerList::RefreshContainer;
|
ServerList::Container ServerList::RefreshContainer;
|
||||||
|
Loading…
Reference in New Issue
Block a user