feat: profile cloning

This commit is contained in:
zhom
2026-02-01 21:59:02 +04:00
parent b9f2b803b1
commit 2a38ab2674
14 changed files with 134 additions and 18 deletions
+1 -1
View File
@@ -592,7 +592,7 @@ impl ProfileImporter {
}
/// Recursively copy directory contents
fn copy_directory_recursive(
pub fn copy_directory_recursive(
source: &Path,
destination: &Path,
) -> Result<(), Box<dyn std::error::Error>> {