From e5ba2e028d6e899e87f84bf979abb2a6b1dec602 Mon Sep 17 00:00:00 2001 From: Mojito Sorbet Date: Sun, 30 May 2010 13:57:30 +0000 Subject: [PATCH] Save inworld sound setting in config git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@661 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- Radegast/GUI/Consoles/MediaConsole.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Radegast/GUI/Consoles/MediaConsole.cs b/Radegast/GUI/Consoles/MediaConsole.cs index 6fb4ef4..9a11f1b 100644 --- a/Radegast/GUI/Consoles/MediaConsole.cs +++ b/Radegast/GUI/Consoles/MediaConsole.cs @@ -200,6 +200,8 @@ namespace Radegast s["parcel_audio_vol"] = OSD.FromReal(audioVolume); s["parcel_audio_play"] = OSD.FromBoolean(cbPlayAudioStream.Checked); s["parcel_audio_keep_url"] = OSD.FromBoolean(cbKeep.Checked); + s["object_audio_vol"] = OSD.FromReal(this.instance.MediaManager.ObjectVolume); + s["object_audio_enable"] = OSD.FromBoolean(ObjSoundEnable.Checked); } #region GUI event handlers -- 2.11.0