not hidden folder

This commit is contained in:
Volodymyr Patuta 2020-12-12 16:08:00 +01:00
parent 64817d4bfa
commit 872075bace
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use walkdir::WalkDir;
/// Get the path to the root directory of all notes.
pub fn get_base_path() -> Result<String> {
let home = env::var("XDG_DATA_HOME")?;
Ok(format!("{}/.rnote/", home))
Ok(format!("{}/rnote/", home))
}
/// Get path to a category/date directory.