refactor!(app): rename set_title to set_window_title

This commit is contained in:
Michael Aaron Murphy 2023-10-12 13:54:08 +02:00 committed by Michael Murphy
parent 32eafb0c48
commit 395a90891d
4 changed files with 41 additions and 41 deletions

View file

@ -85,7 +85,7 @@ fn test_config(config: Config) {
pub fn main() {
println!("Testing config");
test_config(Config::new("com.system76.Example", 1).unwrap());
println!("Testing state");
test_config(Config::new_state("com.system76.Example", 1).unwrap());
}