This commit is contained in:
2026-05-05 12:06:17 +03:00
parent 9cb034066e
commit 99991a67a7
9 changed files with 17 additions and 42 deletions
+1 -1
View File
@@ -287,6 +287,6 @@ impl CardSetSettings {
}
pub fn require_speech(&self) -> bool {
return self.forward == "speech" || self.backward == "speech"
self.forward == "speech" || self.backward == "speech"
}
}