mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
default to including tags, media and scheduling on export
This commit is contained in:
parent
cf155a4c43
commit
178ed3f5e5
1 changed files with 10 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string><b>Limit to deck</b>:</string>
|
||||
<string><b>Include</b>:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -51,6 +51,9 @@
|
|||
<property name="text">
|
||||
<string>Include scheduling information</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -58,6 +61,9 @@
|
|||
<property name="text">
|
||||
<string>Include media</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -65,6 +71,9 @@
|
|||
<property name="text">
|
||||
<string>Include tags</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in a new issue