mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
use cached path
This commit is contained in:
@@ -36,8 +36,8 @@ namespace VRCX
|
||||
catch
|
||||
{
|
||||
}
|
||||
// AppDomain.CurrentDomain.BaseDirectory + "/html/index.html"
|
||||
Browser = new ChromiumWebBrowser(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "html/index.html"))
|
||||
// Program.BaseDirectory + "/html/index.html"
|
||||
Browser = new ChromiumWebBrowser(Path.Combine(Program.BaseDirectory, "html/index.html"))
|
||||
{
|
||||
DragHandler = new NoopDragHandler(),
|
||||
BrowserSettings =
|
||||
|
||||
Reference in New Issue
Block a user