Add setooc command for +SERVER admins. (#5818)

This commit is contained in:
Vera Aguilera Puerto
2021-12-19 23:25:16 +01:00
committed by GitHub
parent a46af58e59
commit a51b102949
4 changed files with 56 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
MinSize="50 50">
<GridContainer
Columns="4" >
<cc:CommandButton Command="restart" Text="{Loc Reboot}"></cc:CommandButton>
<cc:CommandButton Command="shutdown" Text="{Loc Shutdown}"></cc:CommandButton>
<cc:CommandButton Command="restart" Text="{Loc server-reboot}" />
<cc:CommandButton Command="shutdown" Text="{Loc server-shutdown}" />
<cc:CommandButton Command="setooc" Text="{Loc server-ooc-toggle}" />
</GridContainer>
</Control>