mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
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:
@@ -39,7 +39,7 @@ namespace VRCX
|
||||
{
|
||||
}
|
||||
|
||||
Browser = new ChromiumWebBrowser("localnjs://vrcx/")
|
||||
Browser = new ChromiumWebBrowser("file://vrcx/index.html")
|
||||
{
|
||||
DragHandler = new NoopDragHandler(),
|
||||
MenuHandler = new CustomMenuHandler(),
|
||||
|
||||
Reference in New Issue
Block a user