From af4bb83c3963e2fcd297b9efbc0f9e0d32a8bedf Mon Sep 17 00:00:00 2001 From: Mikhail Mitrofanov Date: Wed, 8 Apr 2026 17:33:56 +0300 Subject: [PATCH] Counting score in no type mode --- src/dictionary_test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dictionary_test.rs b/src/dictionary_test.rs index 7a4a450..5258087 100644 --- a/src/dictionary_test.rs +++ b/src/dictionary_test.rs @@ -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;