From f18ad95a4e570bcffe758f5ec2b50f267593402f Mon Sep 17 00:00:00 2001 From: Fireball <32598847+FIr3baL@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:29:53 +0200 Subject: [PATCH] also change the reply sound for change menuNotificationVolume --- LuaMenu/widgets/gui_settings_window.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaMenu/widgets/gui_settings_window.lua b/LuaMenu/widgets/gui_settings_window.lua index 7be458789..7cabe7d6e 100644 --- a/LuaMenu/widgets/gui_settings_window.lua +++ b/LuaMenu/widgets/gui_settings_window.lua @@ -758,7 +758,7 @@ local function GetLobbyTabControls() if freezeSettings then return end - Spring.PlaySoundFile("sounds/ring.wav", WG.Chobby.Configuration.menuNotificationVolume or 1) -- RING SOUND + Spring.PlaySoundFile("sounds/Alarm_light5_mixdown.wav", WG.Chobby.Configuration.menuNotificationVolume or 1) -- RING SOUND end }