mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
honor include media option in export
This commit is contained in:
parent
bf4057ce98
commit
e4485d4198
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ class ExportDialog(QDialog):
|
|||
if file:
|
||||
self.exporter.includeSched = (
|
||||
self.frm.includeSched.isChecked())
|
||||
self.exporter.includeMedia = (
|
||||
self.frm.includeMedia.isChecked())
|
||||
self.exporter.includeTags = (
|
||||
self.frm.includeTags.isChecked())
|
||||
if not self.frm.deck.currentIndex():
|
||||
|
|
Loading…
Reference in a new issue