mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
Temp-fix for some exception due to missing value
This commit is contained in:
@@ -97,7 +97,7 @@ namespace Raindrop.Presenters
|
||||
//s["parcel_audio_play"] = OSD.FromBoolean(cbPlayAudioStream.Checked);
|
||||
//s["parcel_audio_keep_url"] = OSD.FromBoolean(cbKeep.Checked);
|
||||
//s["object_audio_vol"] = OSD.FromReal(instance.MediaManager.ObjectVolume);
|
||||
s["object_audio_enable"] = OSD.FromBoolean(SoundToggle.isOn);
|
||||
// s["object_audio_enable"] = OSD.FromBoolean(SoundToggle.isOn); //this one is buggy.
|
||||
//s["ui_audio_vol"] = OSD.FromReal(instance.MediaManager.UIVolume);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user