mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
remove voice recording fixme
This commit is contained in:
parent
4e1d57e2d2
commit
729293f5e3
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ class Preferences(QDialog):
|
|||
RecordingDriver.QtAudioInput,
|
||||
RecordingDriver.PyAudio,
|
||||
]
|
||||
# fixme: i18n
|
||||
# The plan is to phase out PyAudio soon, so will hold off on
|
||||
# making this string translatable for now.
|
||||
self.form.recording_driver.addItems(
|
||||
[
|
||||
f"Voice recording driver: {driver.value}"
|
||||
|
|
Loading…
Reference in a new issue