Fix dialog not closing when opening website (#103)

This commit is contained in:
pizzaboxer 2023-03-08 21:51:00 +00:00
parent 1e50a8b632
commit ad886df373

View File

@ -336,6 +336,7 @@ namespace Bloxstrap
if (_launchCommandLine == "--app" && App.Settings.Prop.UseDisableAppPatch) if (_launchCommandLine == "--app" && App.Settings.Prop.UseDisableAppPatch)
{ {
Utilities.OpenWebsite("https://www.roblox.com/games"); Utilities.OpenWebsite("https://www.roblox.com/games");
Dialog?.CloseBootstrapper();
return; return;
} }