Make the admin set OOC and LOOC buttons a toggle (#7152)
This commit is contained in:
committed by
GitHub
parent
995c02169e
commit
8ee1503861
@@ -7,7 +7,7 @@
|
||||
Columns="4" >
|
||||
<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}" />
|
||||
<cc:CommandButton Command="setlooc" Text="{Loc server-looc-toggle}" />
|
||||
<cc:CommandButton Name="SetOocButton" Command="setooc" Text="{Loc server-ooc-toggle}" ToggleMode="True" />
|
||||
<cc:CommandButton Name="SetLoocButton" Command="setlooc" Text="{Loc server-looc-toggle}" ToggleMode="True" />
|
||||
</GridContainer>
|
||||
</Control>
|
||||
|
||||
Reference in New Issue
Block a user