Rename set to deck in repetitions.rs

This commit is contained in:
2026-08-18 15:16:51 +03:00
parent 80785ff9e6
commit 306febc514
7 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ impl NavigatedPage<SyncMessage> for SyncState {
let mut state = self.state.lock().unwrap();
state.sync_data = updated_state.sync_data;
state.connection = updated_state.connection;
state.card_sets = updated_state.card_sets;
state.decks = updated_state.decks;
state.dictionary = updated_state.dictionary;
state.word_groups = updated_state.word_groups;
}