diff --git a/src/main.rs b/src/main.rs index bfec7fb..604a0fd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -405,14 +405,15 @@ fn main() { // Check for default ini file's existence and // create new one if file does not exist - let toml_exists = Path::new("~/.config/osupdater.toml").exists(); - if toml_exists == false { - println!("No config file found"); - println!("Creating new config at : ~/.config/osupdater.toml"); - //toml_create_default (); - } else if toml_exists == true { - println!("Config file found at ~/.config/osupater.toml"); - } + + // let toml_exists = Path::new("~/.config/osupdater.toml").exists(); + // if toml_exists == false { + // println!("No config file found"); + // println!("Creating new config at : ~/.config/osupdater.toml"); + // //toml_create_default (); + //} else if toml_exists == true { + // println!("Config file found at ~/.config/osupater.toml"); + //} // Parse ini