From 4e2785ce8712bdca3ed9074db938fa0447c8d195 Mon Sep 17 00:00:00 2001 From: PurpleHato Date: Sun, 15 May 2022 21:10:28 +0200 Subject: [PATCH] updated to resolve conflict with recently merge #310 --- libultraship/libultraship/SohImGuiImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 49e2b5f19..8c1f2b269 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -668,6 +668,8 @@ namespace SohImGui { EnhancementCheckbox("Skip Text", "gSkipText"); Tooltip("Holding down B skips text"); + EnhancementCheckbox("Mute Low HP Alarm", "gLowHpAlarm"); + Tooltip("Disable the low HP beeping sound"); EnhancementCheckbox("Minimal UI", "gMinimalUI"); Tooltip("Hides most of the UI when not needed"); EnhancementCheckbox("Visual Stone of Agony", "gVisualAgony");