Add setooc command for +SERVER admins. (#5818)
This commit is contained in:
committed by
GitHub
parent
a46af58e59
commit
a51b102949
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user