diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-08-31 20:29:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-31 13:29:26 -0500 |
| commit | 0c10f03150ff1cb296cdec27944b906580998747 (patch) | |
| tree | 2692aa315442191b168af114df3d50a4660675f0 /src/aoapplication.cpp | |
| parent | 851b8c6a69386255b09ca3612bb83e565d922414 (diff) | |
[Feature] Add support for custom playerlist formatting, show all users when authenticated (#1046)
* Playerlist QoL
* Remove excessive whitespaces
* Add placeholder when displayname is unavailable
Diffstat (limited to 'src/aoapplication.cpp')
| -rw-r--r-- | src/aoapplication.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/aoapplication.cpp b/src/aoapplication.cpp index 25470086..696d35db 100644 --- a/src/aoapplication.cpp +++ b/src/aoapplication.cpp @@ -166,6 +166,12 @@ void AOApplication::call_settings_menu() if (is_lobby_constructed()) {} l_dialog->exec(); + + if (is_courtroom_constructed()) + { + w_courtroom->playerList()->reloadPlayers(); + } + delete l_dialog; } |
