]> git.armaanb.net Git - lightcards.git/blobdiff - lightcards/display.py
Fix sidebar showing wrong side of card
[lightcards.git] / lightcards / display.py
index 1c17a759d2f5182bdb7b2b5a4586d301029ac4cd..3931e3f84f574f520b9c272850e654ee1d07a25a 100644 (file)
@@ -553,7 +553,7 @@ class Display:
 
         nstarred = self.nstarred()
         for i, card in enumerate(nstarred):
-            term = card.get()[self.obj.side]
+            term = card.get(smart=False)[0]
             if len(term) > 18:
                 term = term[:18] + "…"