Implement sounds on interaction

This commit is contained in:
Infi
2024-04-16 00:36:30 +02:00
parent 230e63033d
commit 30ccf8e416
6 changed files with 61 additions and 5 deletions
+3
View File
@@ -17,6 +17,9 @@ internal sealed class Display : ISettingsTab {
public void Draw(bool changed) {
ImGui.PushTextWrapPos();
ImGuiUtil.OptionCheckbox(ref Mutable.PlaySounds, Language.Options_PlaySounds_Name, Language.Options_PlaySounds_Description);
ImGui.Spacing();
ImGuiUtil.OptionCheckbox(ref Mutable.HideChat, Language.Options_HideChat_Name, Language.Options_HideChat_Description);
ImGui.Spacing();