Adds changelog button to the escape menu (#3421)
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
<SS14Window xmlns="https://spacestation14.io"
|
<SS14Window xmlns="https://spacestation14.io"
|
||||||
xmlns:voting="clr-namespace:Content.Client.Voting"
|
xmlns:voting="clr-namespace:Content.Client.Voting"
|
||||||
|
xmlns:changelog="clr-namespace:Content.Client.Changelog"
|
||||||
Title="{Loc 'ui-escape-title'}"
|
Title="{Loc 'ui-escape-title'}"
|
||||||
Resizable="False">
|
Resizable="False">
|
||||||
|
|
||||||
<VBoxContainer SeparationOverride="4">
|
<VBoxContainer SeparationOverride="4" CustomMinimumSize="0 160">
|
||||||
|
<changelog:ChangelogButton />
|
||||||
<voting:VoteCallMenuButton />
|
<voting:VoteCallMenuButton />
|
||||||
<Button Name="OptionsButton" Text="{Loc 'ui-escape-options'}" />
|
<Button Name="OptionsButton" Text="{Loc 'ui-escape-options'}" />
|
||||||
<Button Name="DisconnectButton" Text="{Loc 'ui-escape-disconnect'}" />
|
<Button Name="DisconnectButton" Text="{Loc 'ui-escape-disconnect'}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user