From 05c643a860869f2cc404bc019731c7e00e892bf8 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:12:06 +0100 Subject: [PATCH] forgot to set this --- Bloxstrap/App.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index b32bba4..16fc481 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -231,6 +231,7 @@ namespace Bloxstrap else if (LaunchArgs[0].StartsWith("roblox-studio:") || LaunchArgs[0].StartsWith("roblox-studio-auth:")) { commandLine = LaunchArgs[0]; + isStudioLaunch = true; } else {