diff options
-rw-r--r-- | xbmc/GUIWindowSettingsCategory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/GUIWindowSettingsCategory.cpp b/xbmc/GUIWindowSettingsCategory.cpp index 6833cb5bef..669f369ae8 100644 --- a/xbmc/GUIWindowSettingsCategory.cpp +++ b/xbmc/GUIWindowSettingsCategory.cpp @@ -1842,6 +1842,7 @@ void CGUIWindowSettingsCategory::OnSettingChanged(CBaseSettingControl *pSettingC else g_guiSettings.SetString("lookandfeel.soundskin", pControl->GetCurrentLabel()); + g_audioManager.Enable(true); g_audioManager.Load(); } else if (strSetting.Equals("input.enablemouse")) |