Skip to content

Commit

Permalink
fix model css missing when export to apkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Clouder0 committed May 22, 2021
1 parent bed8ad6 commit e01efcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helper/genankiHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def getModel(mymodel):
templates=[{"name": x["Name"], "qfmt":x["Front"], "afmt":x["Back"]}
for x in mymodel.templates],
model_type=mymodel.isCloze,
css=mymodel.css
)


Expand Down

0 comments on commit e01efcc

Please sign in to comment.