This commit is contained in:
4yn
2022-02-05 18:07:18 +08:00
parent 21afaa661b
commit a8d72207a4
2 changed files with 5 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ impl Config {
}
pub fn get_log_file_path() -> Option<Box<PathBuf>> {
let project_dir = ProjectDirs::from("me", "ress.imp", "slidershim").unwrap();
let project_dir = ProjectDirs::from("me", "impress labs", "slidershim").unwrap();
let config_dir = project_dir.config_dir();
fs::create_dir_all(config_dir).unwrap();
@@ -164,7 +164,7 @@ impl Config {
}
fn get_saved_path() -> Option<Box<PathBuf>> {
let project_dir = ProjectDirs::from("me", "ress.imp", "slidershim").unwrap();
let project_dir = ProjectDirs::from("me", "impress labs", "slidershim").unwrap();
let config_dir = project_dir.config_dir();
fs::create_dir_all(config_dir).unwrap();