2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-02-25 18:44:48 -04:00
|
|
|
xmlns:changelog="clr-namespace:Content.Client.Changelog"
|
2021-06-09 22:19:39 +02:00
|
|
|
xmlns:ui="clr-namespace:Content.Client.Voting.UI"
|
2021-02-25 21:11:27 +01:00
|
|
|
Title="{Loc 'ui-escape-title'}"
|
2021-02-16 15:07:17 +01:00
|
|
|
Resizable="False">
|
|
|
|
|
|
2021-09-07 00:30:00 +02:00
|
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
|
2021-02-25 18:44:48 -04:00
|
|
|
<changelog:ChangelogButton />
|
2021-06-09 22:19:39 +02:00
|
|
|
<ui:VoteCallMenuButton />
|
2021-02-25 21:11:27 +01:00
|
|
|
<Button Name="OptionsButton" Text="{Loc 'ui-escape-options'}" />
|
2021-10-06 16:25:27 +01:00
|
|
|
<Button Name="AHelpButton" Text="{Loc 'ui-escape-ahelp'}" />
|
2021-02-25 21:11:27 +01:00
|
|
|
<Button Name="DisconnectButton" Text="{Loc 'ui-escape-disconnect'}" />
|
|
|
|
|
<Button Name="QuitButton" Text="{Loc 'ui-escape-quit'}" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|