Add a select all players button to the logs UI

This commit is contained in:
DrSmugleaf
2021-11-28 14:19:44 +01:00
parent 378d95ff6b
commit a5e6ce87e7
4 changed files with 35 additions and 11 deletions

View File

@@ -10,7 +10,6 @@ public class AdminLogPlayerButton : Button
Id = id;
ClipText = true;
ToggleMode = true;
Pressed = true;
}
public Guid Id { get; }