[WIP]Feat(cosmic-config): '::new_data'

This commit is contained in:
DanielKaleby 2026-03-15 19:45:39 +00:00
parent c52ef97650
commit 8e50f663a3
2 changed files with 37 additions and 0 deletions

View file

@ -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());
}