fix: isKeepLocal

This commit is contained in:
款冬
2025-01-21 17:15:03 +08:00
parent 4b1727021d
commit bf08790946

View File

@@ -64,7 +64,7 @@
export let include_audio: boolean;
export let i18n: I18nFormatter;
let isKeepLocal = mode === "send-receive" && include_audio
$: isKeepLocal = mode === "send-receive" && include_audio
let volumeMuted = false
let micMuted = false
const handel_volume_mute = () => {