mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
fix record noise profile on win32
This commit is contained in:
parent
0543df9bea
commit
6ddc6641e0
1 changed files with 1 additions and 1 deletions
|
|
@ -2817,7 +2817,7 @@ to work with this version of Anki."""))
|
||||||
playFromText(self.currentCard.answer)
|
playFromText(self.currentCard.answer)
|
||||||
|
|
||||||
def onRecordNoiseProfile(self):
|
def onRecordNoiseProfile(self):
|
||||||
from ui.sound import recordNoiseProfile
|
from ankiqt.ui.sound import recordNoiseProfile
|
||||||
recordNoiseProfile(self)
|
recordNoiseProfile(self)
|
||||||
|
|
||||||
# Progress info
|
# Progress info
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue