remove voice recording fixme

This commit is contained in:
Damien Elmes 2020-12-21 16:13:32 +10:00
parent 4e1d57e2d2
commit 729293f5e3

View file

@ -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}"