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:
Jabak
2024-11-05 22:40:00 +03:00
committed by GitHub
parent 4a6f91fe92
commit ada2b18c6d
101 changed files with 466 additions and 289 deletions

View File

@@ -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"

View File

@@ -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");
}