From 22baa2983e649aa22cec0fdcd764290406769d4b Mon Sep 17 00:00:00 2001 From: Jesse Cardone Date: Tue, 15 Oct 2024 16:15:11 -0700 Subject: [PATCH] Add message that SDA is not supported --- Steam Desktop Authenticator/Program.cs | 3 +++ .../Steam Desktop Authenticator.csproj | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/Steam Desktop Authenticator/Program.cs b/Steam Desktop Authenticator/Program.cs index 05bb80a..8988aa4 100644 --- a/Steam Desktop Authenticator/Program.cs +++ b/Steam Desktop Authenticator/Program.cs @@ -75,6 +75,9 @@ static void Main(string[] args) } } + // Warning that this software is no longer supported + MessageBox.Show("Steam Desktop Authenticator is no longer supported and will not receive any more updates. You should only use Steam's official mobile app to login to your account. Using SDA or any other tool is dangerous and puts your account at risk.", "Steam Desktop Authenticator", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); + if (man.FirstRun) { if (man.Entries.Count > 0) diff --git a/Steam Desktop Authenticator/Steam Desktop Authenticator.csproj b/Steam Desktop Authenticator/Steam Desktop Authenticator.csproj index c16c7fc..c29a6ca 100644 --- a/Steam Desktop Authenticator/Steam Desktop Authenticator.csproj +++ b/Steam Desktop Authenticator/Steam Desktop Authenticator.csproj @@ -13,6 +13,13 @@ icon.ico + Steam_Desktop_Authenticator.Program + + + portable + + + none