Shuffle set after writing test

This commit is contained in:
2026-02-16 00:05:25 +03:00
parent 5cd9468b50
commit 7448e71ca9
+1
View File
@@ -55,6 +55,7 @@ impl WritingState {
self.kana_total = "".to_string();
self.set = self.original_set.clone();
self.set.shuffle(&mut rand::rng());
return;
}