refactor!(app): rename set_title to set_window_title
This commit is contained in:
parent
32eafb0c48
commit
395a90891d
4 changed files with 41 additions and 41 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue