mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2025-12-13 01:05:04 +00:00
fixed mic
This commit is contained in:
@@ -7,7 +7,7 @@ const labels = {
|
||||
boot: ['Start on boot'],
|
||||
autoClose: ['Close window after countdown'],
|
||||
volume: ['Chime Volume'],
|
||||
skipOnCameraOrMic: ['Pause when Mic or Camera are active'],
|
||||
skipOnCameraOrMic: ['Pause when Mic is active'],
|
||||
}
|
||||
|
||||
const ranges: Partial<Record<keyof typeof labels, [number, number]>> = {
|
||||
|
||||
@@ -15,7 +15,7 @@ const Settings = () => {
|
||||
<Field setting="boot" />
|
||||
<Field setting="skipOnCameraOrMic" />
|
||||
<small className="ml4" style={{ position: 'relative', top: '-0.5em' }}>
|
||||
only on <i>macOS</i>
|
||||
experimental & only on <i>macOS</i>
|
||||
</small>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user