diff --git a/ankiqt/ui/sound.py b/ankiqt/ui/sound.py index 743f5ecf4..9ba283f2b 100644 --- a/ankiqt/ui/sound.py +++ b/ankiqt/ui/sound.py @@ -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()