WIP: Add UI to application #1

Draft
benjamyn wants to merge 16 commits from UI into master
Showing only changes of commit 8784823fc5 - Show all commits

View File

@ -78,7 +78,7 @@ impl Config {
let mut conf_path = default_path.clone();
conf_path.push("/config.ini");
println!("{:?}", conf_path);
config.write(&conf_path.clone()).unwrap();
Config::from_file(conf_path.into_string().unwrap())
}