test reset attributes to wildcard

This commit is contained in:
mpostma 2020-07-15 18:51:36 +02:00
parent 36b763b84e
commit de4caef468
2 changed files with 15 additions and 0 deletions

View file

@ -93,6 +93,7 @@ pub fn apply_settings_update(
}
},
UpdateState::Clear => {
println!("\n\n\n\nHERRE\n\n\n");
schema.set_all_fields_as_displayed();
},
UpdateState::Nothing => (),