Including the css field on the guiCurrentCard endpoint.
This commit is contained in:
parent
bd071a3dfe
commit
01676f7b2c
@ -785,7 +785,8 @@ class AnkiBridge:
|
||||
'answer': card._getQA()['a'],
|
||||
'buttons': [b[0] for b in reviewer._answerButtonList()],
|
||||
'modelName': model['name'],
|
||||
'deckName': self.deckNameFromId(card.did)
|
||||
'deckName': self.deckNameFromId(card.did),
|
||||
'css': model['css']
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user