browser._exporting

This commit is contained in:
Arthur Milchior 2020-02-09 19:15:10 -08:00
parent 272db65f0a
commit 617043f632

View File

@ -1898,6 +1898,14 @@ update cards set usn=?, mod=?, did=? where id in """
self.model.reset()
self.mw.requireReset()
# Exporting
######################################################################
def _exporting(self):
cids = self.selectedNotesAsCards()
if cids:
ExportDialog(self.mw, cids=cids)
# Flags & Marking
######################################################################