diff --git a/ShareX.Steam/Launcher.cs b/ShareX.Steam/Launcher.cs index 78479b56f..26e1a8166 100644 --- a/ShareX.Steam/Launcher.cs +++ b/ShareX.Steam/Launcher.cs @@ -64,7 +64,7 @@ public static void Run(string[] args) // If running on startup and need to show "In-app" then wait until Steam is open if (IsStartupRun && ShowInApp) { - for (int i = 0; i < 10 && !SteamAPI.IsSteamRunning(); i++) + for (int i = 0; i < 20 && !SteamAPI.IsSteamRunning(); i++) { Thread.Sleep(1000); }