Repetition stats

This commit is contained in:
2026-04-20 15:21:31 +03:00
parent f54070079d
commit bc0e360b96
3 changed files with 23 additions and 10 deletions
+4
View File
@@ -285,4 +285,8 @@ impl CardSetSettings {
list
}
pub fn require_speech(&self) -> bool {
return self.forward == "speech" || self.backward == "speech"
}
}