diff --git a/src/front/settings/Field.tsx b/src/front/settings/Field.tsx index 39211f3..9df8ef2 100644 --- a/src/front/settings/Field.tsx +++ b/src/front/settings/Field.tsx @@ -7,6 +7,7 @@ const labels = { boot: ['Start on boot'], autoClose: ['Close window after countdown'], volume: ['Chime Volume'], + skipOnCameraOrMic: ['Pause when Mic or Camera are active'], } const ranges: Partial> = { diff --git a/src/front/settings/Settings.tsx b/src/front/settings/Settings.tsx index 5e39101..30131f5 100644 --- a/src/front/settings/Settings.tsx +++ b/src/front/settings/Settings.tsx @@ -1,7 +1,5 @@ import React from 'react' -import '../base.css' - import Field from './Field' const Settings = () => { @@ -15,6 +13,10 @@ const Settings = () => { + + + only on macOS +