mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix dialog not closing when opening website (#103)
This commit is contained in:
parent
1e50a8b632
commit
ad886df373
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user