From bf947d6f56a8ed0614003d0e031e6fea99e14f87 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 29 Aug 2022 01:10:56 +0200 Subject: Add omni-button Changes behaviour and content based on application state, e.g. if game install location was found or Northstar was detect as installed. --- src-tauri/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri/src') 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] -- cgit v1.2.3