diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-02-06 14:44:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 14:44:21 +0100 |
commit | a074ecb2513803fa4fa91199d1f4ec2101bb34b2 (patch) | |
tree | 4a66a7d650e2594fa449f9d0f87b5af0383ec507 /src-tauri/src/constants.rs | |
parent | c48549a6a65caedb17e74a974b4ae03cb962d874 (diff) | |
download | FlightCore-a074ecb2513803fa4fa91199d1f4ec2101bb34b2.tar.gz FlightCore-a074ecb2513803fa4fa91199d1f4ec2101bb34b2.zip |
refactor: Get Steam ID from libthermite (#786)
Instead of defining our own const, let's just re-use the one recently added to libthermite
Diffstat (limited to 'src-tauri/src/constants.rs')
-rw-r--r-- | src-tauri/src/constants.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src-tauri/src/constants.rs b/src-tauri/src/constants.rs index 1f6a0a25..bd394ed0 100644 --- a/src-tauri/src/constants.rs +++ b/src-tauri/src/constants.rs @@ -26,9 +26,6 @@ pub const BLACKLISTED_MODS: [&str; 3] = [ "ebkr-r2modman", ]; -/// Titanfall2 Steam App ID -pub const TITANFALL2_STEAM_ID: &str = "1237970"; - /// Order in which the sections for release notes should be displayed pub const SECTION_ORDER: [&str; 11] = [ "feat", "fix", "docs", "style", "refactor", "build", "test", "i18n", "ci", "chore", "other", |