mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-30 00:06:59 -04:00
WIP non-realtime exporting
This commit is contained in:
@@ -114,7 +114,7 @@ export function SettingsTab({ started }) {
|
||||
isMultiCursorEnabled,
|
||||
} = useSettings();
|
||||
const shouldAlwaysSync = isUdels();
|
||||
const canChangeAudioDevice = AudioContext.prototype.setSinkId != null;
|
||||
const canChangeAudioDevice = BaseAudioContext.prototype.setSinkId != null;
|
||||
return (
|
||||
<div className="text-foreground p-4 space-y-4 w-full" style={{ fontFamily }}>
|
||||
{canChangeAudioDevice && (
|
||||
|
||||
Reference in New Issue
Block a user