Fix options modal and launcher on Windows (#189)

* fix: proton paths fetch on windows

* fix: fetch_proton_paths on windows

* fix: native launcher
This commit is contained in:
DecDuck
2026-02-26 01:59:29 +00:00
committed by GitHub
parent 84fa70f436
commit b3bb3133d7
4 changed files with 193 additions and 191 deletions
@@ -17,7 +17,7 @@ impl ProcessHandler for NativeGameLauncher {
_current_dir: &str,
_database: &Database,
) -> Result<String, ProcessError> {
Ok(format!("\"{}\"", launch_command))
Ok(launch_command)
}
fn valid_for_platform(&self, _db: &Database, _target: &Platform) -> bool {