refactor(srs): update some basic ui

This commit is contained in:
rcmerci
2024-09-20 19:34:10 +08:00
parent ac752c8ba3
commit ef2f79e2a1
6 changed files with 146 additions and 27 deletions

View File

@@ -370,7 +370,7 @@
:icon-extension? true
:shortcut :go/whiteboards})))
(when (and (state/enable-flashcards? (state/get-current-repo)) (not db-based?))
(when (state/enable-flashcards? (state/get-current-repo))
[:div.flashcards-nav
(flashcards srs-open?)])