ChangelogHonk (#161)
* ChangelogHonk * шлюха * optimizaaaaaations (#769) * Переводы (#770) * Мелочёчки * А когда ты будешь делать что-то полезное, кроме переводов? * Я удалил НаноТрейзен * Automatic changelog update --------- Co-authored-by: Valtos <valtos@spaces.ru> Co-authored-by: BIGZi0348 <118811750+BIGZi0348@users.noreply.github.com> Co-authored-by: RavmorganButOnCocaine <valtos@nextmail.ru>
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
Access="Public"
|
||||
ToggleMode="True"
|
||||
ButtonText="Ready"
|
||||
Margin="0 0 0 7" />
|
||||
Margin="0 7 0 7" />
|
||||
|
||||
<buttons:OhioUICommandButton
|
||||
Name="ObserveButton"
|
||||
@@ -106,7 +106,14 @@
|
||||
Name="AHelpButton"
|
||||
Access="Public"
|
||||
ButtonText="AHelp"
|
||||
Margin="0 10 0 10" />
|
||||
Margin="0 7 0 7" />
|
||||
|
||||
<buttons:OhioLobbyTextButton
|
||||
Name="ChangelogHonk"
|
||||
Access="Public"
|
||||
ButtonText="Changelog"
|
||||
Margin="0 7 0 7"
|
||||
/>
|
||||
|
||||
<buttons:OhioLobbyTextButton
|
||||
Name="QuitButton"
|
||||
|
||||
@@ -26,6 +26,7 @@ namespace Content.Client.Lobby.UI
|
||||
|
||||
OptionsButton.OnPressed += _ => _userInterfaceManager.GetUIController<OptionsUIController>().ToggleWindow();
|
||||
DiscordButton.OnPressed += _ => _stalinManager.RequestUri();
|
||||
ChangelogHonk.OnPressed += _ => _userInterfaceManager.GetUIController<ChangelogUIController>().ToggleWindow();
|
||||
QuitButton.OnPressed += _ => _consoleHost.ExecuteCommand("disconnect");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user