not hidden folder
This commit is contained in:
parent
64817d4bfa
commit
872075bace
@ -8,7 +8,7 @@ use walkdir::WalkDir;
|
|||||||
/// Get the path to the root directory of all notes.
|
/// Get the path to the root directory of all notes.
|
||||||
pub fn get_base_path() -> Result<String> {
|
pub fn get_base_path() -> Result<String> {
|
||||||
let home = env::var("XDG_DATA_HOME")?;
|
let home = env::var("XDG_DATA_HOME")?;
|
||||||
Ok(format!("{}/.rnote/", home))
|
Ok(format!("{}/rnote/", home))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get path to a category/date directory.
|
/// Get path to a category/date directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user