This commit is contained in:
恍兮惚兮 2024-12-30 17:47:34 +08:00
parent d18edc3a19
commit 6f46f71cdf

View File

@ -407,7 +407,7 @@ class AnkiWindow(QWidget):
) )
layout.addRow( layout.addRow(
"MP3 kbps", "MP3 bitrate",
getsimplecombobox( getsimplecombobox(
[str(8 * i) for i in range(1, 320 // 8 + 1)], [str(8 * i) for i in range(1, 320 // 8 + 1)],
globalconfig, globalconfig,