feat(cosmic-config): add new_data method.
This commit is contained in:
parent
cab9d5aff2
commit
631c81b170
2 changed files with 37 additions and 0 deletions
|
|
@ -88,4 +88,7 @@ pub fn main() {
|
|||
|
||||
println!("Testing state");
|
||||
test_config(Config::new_state("com.system76.Example", 1).unwrap());
|
||||
|
||||
println!("Testing data");
|
||||
test_config(Config::new_data("com.system76.Example", 1).unwrap());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue