Counting score in no type mode

This commit is contained in:
2026-04-08 17:33:56 +03:00
parent ea4bbbf9be
commit af4bb83c39
+1
View File
@@ -130,6 +130,7 @@ impl DictionaryQuizState {
fn no_type_submit(&mut self) {
if self.is_help {
self.is_help = false;
self.score.total += 1;
self.show_next()
}else {
self.is_help = true;