1
0

CEF changes

This commit is contained in:
Scott E. Graves
2017-03-18 14:15:11 -05:00
parent 7bed11a276
commit 59b091d621

View File

@@ -72,7 +72,7 @@ void CSiaDriveApp::OnContextInitialized()
// Specify CEF browser settings here.
CefBrowserSettings browserSettings;
std::string url = "https://www.google.com";
std::string url = "file:///./htdocs/index.html";
if (useViews)
{
// Create the BrowserView.