fix: fix custom css/js not being loaded

For some reason our new URI scheme prevented the file:// scheme from being used script-side. This fixes that. Thanks Natsumi
This commit is contained in:
Teacup
2023-02-13 15:20:36 -05:00
parent dee66acef3
commit 3931613a90
2 changed files with 6 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ namespace VRCX
{
}
Browser = new ChromiumWebBrowser("localnjs://vrcx/")
Browser = new ChromiumWebBrowser("file://vrcx/index.html")
{
DragHandler = new NoopDragHandler(),
MenuHandler = new CustomMenuHandler(),