[feat] read video config is ok

This commit is contained in:
Purp1e
2025-03-27 13:32:30 +08:00
parent afa7355f4d
commit 93cda8dc85
9 changed files with 675 additions and 218 deletions

View File

@@ -18,7 +18,7 @@ pub fn kill(name: &str) -> String {
pub fn run_steam() -> std::io::Result<std::process::Output> {
#[cfg(target_os = "windows")]
Command::new("cmd")
return Command::new("cmd")
.args(&["/C", "start", "steam://run"])
.creation_flags(CREATE_NO_WINDOW)
.output();