another windows config fix

This commit is contained in:
MeexReay 2025-04-16 20:49:20 +03:00
parent e804712aa0
commit e5e3dfe098

View File

@ -140,7 +140,7 @@ pub fn get_config_path() -> PathBuf {
}
#[cfg(target_os = "windows")]
if let Ok(dir) = {
if let Some(dir) = {
env::var("APPDATA")
.ok()
.and_then(|o| Some(PathBuf::from_str(&o)?.join("bRAC")))