[feat] reset modal + basic auto get path + basic wrap err try

This commit is contained in:
Purp1e
2025-03-20 14:13:03 +08:00
parent 60782669ea
commit a9a48d2aba
12 changed files with 163 additions and 62 deletions

View File

@@ -4,6 +4,7 @@ pub mod path;
pub mod reg;
// common steam utils
use anyhow::Result;
use std::error::Error;
use std::process::{Command, Output};