Commit a6dbf90
committed
fix(whisper): show HotkeyRecorder when Custom is selected from dropdown
The recorder visibility was gated on whisperPresetValue which only
reflects the stored hotkey — but selecting 'Custom…' doesn't change the
stored value, so the recorder never appeared. Use whisperSelectValue
instead, which accounts for the user's explicit Custom selection.1 parent 325b90e commit a6dbf90
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1490 | 1490 | | |
1491 | 1491 | | |
1492 | 1492 | | |
1493 | | - | |
| 1493 | + | |
1494 | 1494 | | |
1495 | 1495 | | |
1496 | 1496 | | |
| |||
0 commit comments