Skip to content

Commit 5d2ec14

Browse files
committed
feat: add optional hotkey for post-processing request
1 parent 16c789d commit 5d2ec14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/settings/PostProcessingHotkey.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,8 @@ export const PostProcessingHotkey: React.FC<PostProcessingHotkeyProps> = ({
303303
</div>
304304
{!hasBinding && (
305305
<p className="text-xs text-mid-gray/70 mt-2">
306-
Click to set a dedicated hotkey for post-processing. Leave unset to
307-
use the standard transcribe hotkey with the global post-processing
308-
setting.
306+
Use a dedicated hotkey for post-processing. If configured
307+
post-processing will only occur when this hotkey is used.
309308
</p>
310309
)}
311310
</SettingContainer>

0 commit comments

Comments
 (0)