diff --git a/src/charselect.cpp b/src/charselect.cpp index 7a3ec1a..31cf471 100644 --- a/src/charselect.cpp +++ b/src/charselect.cpp @@ -320,7 +320,8 @@ void Courtroom::character_loading_finished() ui_char_list->insertTopLevelItem(0, category); category->addChild(treeItem); } - + + ui_char_list->sortItems(0, Qt::AscendingOrder); connect(char_button, &AOCharButton::clicked, [this, n]() { this->char_clicked(n); });