diff --git a/src/user.rs b/src/user.rs index 339803f..260e3ca 100644 --- a/src/user.rs +++ b/src/user.rs @@ -21,6 +21,7 @@ impl HeuristicError { } } +/// Gets the Steam local directory pub fn get_steamdir() -> Result> { let mut dir = dirs::data_local_dir().unwrap_or_else(|| { let mut dir = dirs::home_dir().unwrap();