mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
remove voice recording fixme
This commit is contained in:
parent
7f89750fde
commit
9d71906d9f
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