Add show disconnected button to admin player tab (#15326)

This commit is contained in:
DrSmugleaf
2023-04-12 06:30:03 -07:00
committed by GitHub
parent 3dc0908151
commit af49ead70f
3 changed files with 20 additions and 5 deletions

View File

@@ -5,6 +5,8 @@
<BoxContainer Orientation="Horizontal">
<Label Name="PlayerCount" HorizontalExpand="True" SizeFlagsStretchRatio="0.50"
Text="{Loc Player Count}" />
<Button Name="ShowDisconnectedButton" HorizontalExpand="True" SizeFlagsStretchRatio="0.25"
Text="{Loc player-tab-show-disconnected}" ToggleMode="True"/>
<Button Name="OverlayButton" HorizontalExpand="True" SizeFlagsStretchRatio="0.25"
Text="{Loc player-tab-overlay}" ToggleMode="True"/>
</BoxContainer>