mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
chore: disable flashcard now, enable when ui adjusted
This commit is contained in:
@@ -371,7 +371,8 @@
|
||||
:icon-extension? true
|
||||
:shortcut :go/whiteboards})))
|
||||
|
||||
(when (state/enable-flashcards? (state/get-current-repo))
|
||||
(when (and (state/enable-flashcards? (state/get-current-repo))
|
||||
(not db-based?))
|
||||
[:div.flashcards-nav
|
||||
(flashcards srs-open?)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user