aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/playerlistwidget.h
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-08-31 20:29:26 +0200
committerGitHub <noreply@github.com>2024-08-31 13:29:26 -0500
commit0c10f03150ff1cb296cdec27944b906580998747 (patch)
tree2692aa315442191b168af114df3d50a4660675f0 /src/widgets/playerlistwidget.h
parent851b8c6a69386255b09ca3612bb83e565d922414 (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.h1
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);