mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
add window title to silence sampling
This commit is contained in:
parent
e7b62bbee6
commit
ff81ca0c06
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ def recordNoiseProfile(parent):
|
|||
mb.setStandardButtons(QMessageBox.NoButton)
|
||||
mb.setIconPixmap(QPixmap(":/icons/media-record.png"))
|
||||
mb.show()
|
||||
mb.setWindowTitle("Anki")
|
||||
QApplication.instance().processEvents()
|
||||
f = time.time() + 10
|
||||
r.start()
|
||||
|
|
Loading…
Reference in a new issue