adds bantime buttons to ban panel (#5856)

This commit is contained in:
Paul Ritter
2021-12-21 20:55:45 +01:00
committed by GitHub
parent 75721c214c
commit 79fb763d02
2 changed files with 67 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
<Label Text="{Loc Minutes}" MinWidth="100" />
<Control MinWidth="50" />
<LineEdit Name="MinutesLine" MinWidth="100" HorizontalExpand="True" PlaceHolder="{Loc 0 minutes for a permanent ban}" />
<Button Name="HourButton" Text="+1h (0)"/>
<Button Name="DayButton" Text="+1d (0)"/>
<Button Name="WeekButton" Text="+1w (0)"/>
<Button Name="MonthButton" Text="+1M (0)"/>
</BoxContainer>
<cc:PlayerListControl Name="PlayerList" VerticalExpand="True" />
<Control MinWidth="50" />