Merge branch 'livekit' into toger5/track-processor-blur

This commit is contained in:
Timo
2024-12-13 03:37:48 +01:00
14 changed files with 260 additions and 61 deletions

View File

@@ -22,9 +22,9 @@ import {
import { widget } from "../widget";
import {
useSetting,
developerSettingsTab,
backgroundBlur as backgroundBlurSetting,
soundEffectVolumeSetting,
backgroundBlur as backgroundBlurSetting,
developerMode,
} from "./settings";
import { isFirefox } from "../Platform";
import { PreferencesSettingsTab } from "./PreferencesSettingsTab";
@@ -97,7 +97,7 @@ export const SettingsModal: FC<Props> = ({
const [soundVolume, setSoundVolume] = useSetting(soundEffectVolumeSetting);
const [soundVolumeRaw, setSoundVolumeRaw] = useState(soundVolume);
const [showDeveloperSettingsTab] = useSetting(developerSettingsTab);
const [showDeveloperSettingsTab] = useSetting(developerMode);
const audioTab: Tab<SettingsTab> = {
key: "audio",