mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
browser._exporting
This commit is contained in:
parent
272db65f0a
commit
617043f632
1 changed files with 8 additions and 0 deletions
|
@ -1898,6 +1898,14 @@ update cards set usn=?, mod=?, did=? where id in """
|
||||||
self.model.reset()
|
self.model.reset()
|
||||||
self.mw.requireReset()
|
self.mw.requireReset()
|
||||||
|
|
||||||
|
# Exporting
|
||||||
|
######################################################################
|
||||||
|
|
||||||
|
def _exporting(self):
|
||||||
|
cids = self.selectedNotesAsCards()
|
||||||
|
if cids:
|
||||||
|
ExportDialog(self.mw, cids=cids)
|
||||||
|
|
||||||
# Flags & Marking
|
# Flags & Marking
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue