mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
add record icon back to dialog
This commit is contained in:
parent
b28eb4fba6
commit
226bb2bc83
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ def getAudio(parent, encode=True):
|
|||
mb = QMessageBox(parent)
|
||||
restoreGeom(mb, "audioRecorder")
|
||||
mb.setWindowTitle("Anki")
|
||||
mb.setIconPixmap(QPixmap(":/icons/media-record.png"))
|
||||
but = QPushButton(_("Save"))
|
||||
mb.addButton(but, QMessageBox.AcceptRole)
|
||||
but = QPushButton(_("Cancel"))
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
<file>icons/notetype.svg</file>
|
||||
<file>icons/heart.svg</file>
|
||||
<file>icons/collection.svg</file>
|
||||
<file>icons/media-record.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Reference in a new issue