CEF changes
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user