Enable card shuffle, add app icon

This commit is contained in:
Avery Pace
2021-11-07 23:30:54 -05:00
parent cf02530073
commit c2d0dfa5e6
21 changed files with 61 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ class FlashCardsViewModel: ObservableObject {
if let safeDictionary = jsonLoader.loadDictionary() {
fullDictionary = safeDictionary
randomDictionary = safeDictionary
//randomDictionary.shuffle()
randomDictionary.shuffle()
}
}