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