johnpincock / SpecialFields

Anki Addon to protect certain fields from being overwritten by anki's import and export functions
GNU General Public License v3.0
7 stars 8 forks source link

Fix importing new deck with deck description #13

Closed AnKingMed closed 4 years ago

johnpincock commented 4 years ago

Okay so i see there are two options , do we want is_new = not bool(deck) OR is_new = bool(deck) ? Thanks

AnKingMed commented 4 years ago

We want is_new = not bool(deck)

sorry.. not sure what I did there

johnpincock commented 4 years ago

Okay Done.