mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04: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)
|
||||
|
||||
def onRecordNoiseProfile(self):
|
||||
from ui.sound import recordNoiseProfile
|
||||
from ankiqt.ui.sound import recordNoiseProfile
|
||||
recordNoiseProfile(self)
|
||||
|
||||
# Progress info
|
||||
|
|
Loading…
Reference in a new issue