2021-02-16 15:07:17 +01:00
|
|
|
<SS14Window xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:voting="clr-namespace:Content.Client.Voting"
|
2021-02-25 18:44:48 -04:00
|
|
|
xmlns:changelog="clr-namespace:Content.Client.Changelog"
|
2021-02-25 21:11:27 +01:00
|
|
|
Title="{Loc 'ui-escape-title'}"
|
2021-02-16 15:07:17 +01:00
|
|
|
Resizable="False">
|
|
|
|
|
|
2021-02-27 13:33:31 -04:00
|
|
|
<VBoxContainer SeparationOverride="4" CustomMinimumSize="150 160">
|
2021-02-25 18:44:48 -04:00
|
|
|
<changelog:ChangelogButton />
|
2021-02-16 15:07:17 +01:00
|
|
|
<voting:VoteCallMenuButton />
|
2021-02-25 21:11:27 +01:00
|
|
|
<Button Name="OptionsButton" Text="{Loc 'ui-escape-options'}" />
|
|
|
|
|
<Button Name="DisconnectButton" Text="{Loc 'ui-escape-disconnect'}" />
|
|
|
|
|
<Button Name="QuitButton" Text="{Loc 'ui-escape-quit'}" />
|
2021-02-16 15:07:17 +01:00
|
|
|
</VBoxContainer>
|
|
|
|
|
</SS14Window>
|