browser._exporting
This commit is contained in:
parent
272db65f0a
commit
617043f632
@ -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 New Issue
Block a user