mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
Path.Join()
This commit is contained in:
@@ -22,7 +22,7 @@ namespace VRCX
|
||||
InitializeComponent();
|
||||
|
||||
_browser1 = new ChromiumWebBrowser(
|
||||
Path.Combine(Program.BaseDirectory, "html/vr.html?1")
|
||||
Path.Join(Program.BaseDirectory, "html/vr.html?1")
|
||||
)
|
||||
{
|
||||
DragHandler = new CefNoopDragHandler(),
|
||||
@@ -34,7 +34,7 @@ namespace VRCX
|
||||
};
|
||||
|
||||
_browser2 = new ChromiumWebBrowser(
|
||||
Path.Combine(Program.BaseDirectory, "html/vr.html?2")
|
||||
Path.Join(Program.BaseDirectory, "html/vr.html?2")
|
||||
)
|
||||
{
|
||||
DragHandler = new CefNoopDragHandler(),
|
||||
|
||||
Reference in New Issue
Block a user