Adds changelog button to the escape menu (#3421)

This commit is contained in:
AJCM-git
2021-02-25 18:44:48 -04:00
committed by GitHub
parent e51010557f
commit d177f0fd07

View File

@@ -1,9 +1,11 @@
<SS14Window xmlns="https://spacestation14.io"
xmlns:voting="clr-namespace:Content.Client.Voting"
xmlns:changelog="clr-namespace:Content.Client.Changelog"
Title="{Loc 'ui-escape-title'}"
Resizable="False">
<VBoxContainer SeparationOverride="4">
<VBoxContainer SeparationOverride="4" CustomMinimumSize="0 160">
<changelog:ChangelogButton />
<voting:VoteCallMenuButton />
<Button Name="OptionsButton" Text="{Loc 'ui-escape-options'}" />
<Button Name="DisconnectButton" Text="{Loc 'ui-escape-disconnect'}" />