From 554de62aaa269c334fda8d88848dffe7270f7eb7 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Mon, 15 May 2023 22:29:44 +0200 Subject: refactor: Remove caller pattern (#356) * refactor: Remove caller pattern for `launch_northstar` * refactor: Remove caller pattern for `check_is_flightcore_outdated` * refactor: Remove caller pattern for `get_host_os` * refactor: Remove caller pattern for `find_game_install_location` * refactor: Remove caller pattern for `launch_northstar_steam` * fix: Update function call names in frontend * refactor: Remove caller pattern for `get_northstar_version_number` * fix: Address clippy issues * refactor: Rename function to remove `_caller` suffix --- src-tauri/src/github/release_notes.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src-tauri/src/github') diff --git a/src-tauri/src/github/release_notes.rs b/src-tauri/src/github/release_notes.rs index 4ff075bd..ea432af0 100644 --- a/src-tauri/src/github/release_notes.rs +++ b/src-tauri/src/github/release_notes.rs @@ -54,6 +54,7 @@ pub async fn get_newest_flightcore_version() -> Result FlightCore install is up-to-date /// true -> FlightCore install is outdated +#[tauri::command] pub async fn check_is_flightcore_outdated() -> Result { let newest_flightcore_release = get_newest_flightcore_version().await?; -- cgit v1.2.3