Rename set to deck in repetitions.rs
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user