Merge remote-tracking branch 'WD-core/master' into Upstream-9
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<Control VerticalExpand="True" />
|
||||
|
||||
<RichTextLabel Name="LabelName" Access="Public" HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center" Margin="0 0 0 420" />
|
||||
VerticalAlignment="Center" Margin="0 0 0 450" />
|
||||
|
||||
<!-- Left Bot Panel -->
|
||||
<BoxContainer Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Bottom">
|
||||
@@ -96,6 +96,18 @@
|
||||
ButtonText="Опции"
|
||||
Margin="0 7 0 7" />
|
||||
|
||||
<buttons:OhioLobbyTextButton
|
||||
Name="AHelpButton"
|
||||
Access="Public"
|
||||
ButtonText="AHelp"
|
||||
Margin="0 7 0 7" />
|
||||
|
||||
<buttons:OhioLobbyTextButton
|
||||
Name="ChangelogWD"
|
||||
Access="Public"
|
||||
ButtonText="Изменения"
|
||||
Margin="0 7 0 7" />
|
||||
|
||||
<buttons:OhioLobbyTextButton
|
||||
Name="DiscordButton"
|
||||
Access="Public"
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace Content.Client.Lobby.UI
|
||||
|
||||
OptionsButton.OnPressed += _ => _userInterfaceManager.GetUIController<OptionsUIController>().ToggleWindow();
|
||||
DiscordButton.OnPressed += _ => _stalinManager.RequestUri();
|
||||
ChangelogAmour.OnPressed += _ => _userInterfaceManager.GetUIController<ChangelogUIController>().ToggleWindow();
|
||||
ChangelogWD.OnPressed += _ => _userInterfaceManager.GetUIController<ChangelogUIController>().ToggleWindow();
|
||||
QuitButton.OnPressed += _ => _consoleHost.ExecuteCommand("disconnect");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user