diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-01-17 02:41:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 02:41:15 +0100 |
commit | 18a82df7e991ce64586bcc32afa184cbe7f9aa41 (patch) | |
tree | 2293307dbb8d2920a25e78a25219ded708a406b1 /src-tauri/src/main.rs | |
parent | 49eb3c92b1116b6d8c3d5dceb7b2deabc504803a (diff) | |
download | FlightCore-18a82df7e991ce64586bcc32afa184cbe7f9aa41.tar.gz FlightCore-18a82df7e991ce64586bcc32afa184cbe7f9aa41.zip |
refactor: Make launching via Steam an arg passed to backend (#753)
instead of a separate dedicated function
Diffstat (limited to 'src-tauri/src/main.rs')
-rw-r--r-- | src-tauri/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index cda3dae7..a2e293b0 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -137,7 +137,6 @@ fn main() { northstar::install::find_game_install_location, northstar::install::install_northstar_wrapper, northstar::install::update_northstar, - northstar::launch_northstar_steam, northstar::launch_northstar, northstar::profile::delete_profile, northstar::profile::fetch_profiles, |