mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Fix typo in Mute Low HP Alarm CVar (#5161)
This commit is contained in:
parent
f02032aed4
commit
65564e9469
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ void AudioEditor::DrawElement() {
|
|||
ImGui::TableNextColumn();
|
||||
if (ImGui::BeginChild("SfxOptions", ImVec2(0, -8))) {
|
||||
UIWidgets::CVarCheckbox(
|
||||
"Mute Low HP Alarm", CVAR_AUDIO("LowHPAlarm"),
|
||||
"Mute Low HP Alarm", CVAR_AUDIO("LowHpAlarm"),
|
||||
UIWidgets::CheckboxOptions().Color(THEME_COLOR).Tooltip("Disable the low HP beeping sound."));
|
||||
UIWidgets::CVarCheckbox("Disable Navi Call Audio", CVAR_AUDIO("DisableNaviCallAudio"),
|
||||
UIWidgets::CheckboxOptions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue