From b1cc5f0b9301ffe95ece6278a4711892d5f60abd Mon Sep 17 00:00:00 2001 From: kate Date: Mon, 3 Jun 2024 16:28:30 +0800 Subject: [PATCH] Forgot to use crate::helpers::format_directory_path --- src/helper/windows.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/windows.rs b/src/helper/windows.rs index c6454bc..0defc44 100644 --- a/src/helper/windows.rs +++ b/src/helper/windows.rs @@ -2,7 +2,7 @@ use std::backtrace::Backtrace; use winreg::RegKey; use crate::BeansError; -use crate::helper::generate_rand_str; +use crate::helper::format_directory_path; /// TODO use windows registry to get the SourceModInstallPath /// HKEY_CURRENT_USER\Software\Value\Steam