diff options
Diffstat (limited to 'src-tauri/src')
-rw-r--r-- | src-tauri/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 79386ca6..9bc5cc29 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -66,7 +66,7 @@ fn find_game_install_location() -> String { } None => println!("Couldn't locate Steam on this computer!"), } - "NOT FOUND".to_string() + "".to_string() } #[tauri::command] |