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/widgets/playerlistwidget.h | |
| 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/widgets/playerlistwidget.h')
| -rw-r--r-- | src/widgets/playerlistwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/playerlistwidget.h b/src/widgets/playerlistwidget.h index 217c9f92..7886e28a 100644 --- a/src/widgets/playerlistwidget.h +++ b/src/widgets/playerlistwidget.h @@ -16,6 +16,7 @@ public: void registerPlayer(const PlayerRegister &update); void updatePlayer(const PlayerUpdate &update); + void reloadPlayers(); void setAuthenticated(bool f_state); |
