This commit is contained in:
2025-06-21 14:34:44 +02:00
parent 7b7ebb8c0e
commit 470089ae5b
15 changed files with 334 additions and 27 deletions

View File

@@ -26,11 +26,8 @@ impl Args {
}
fn default_config_path() -> String {
/*
let mut path = dirs::home_dir().unwrap_or_else(|| PathBuf::from("."));
path.push(".fcb_looper");
path.push("state.json");
path.to_string_lossy().to_string()
*/
"../config".to_string()
}