We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8911f75 commit c717c53Copy full SHA for c717c53
obs-browser/browser-manager-base.cpp
@@ -347,6 +347,7 @@ void BrowserManager::Impl::BrowserManagerEntry()
347
settings.log_severity = LOGSEVERITY_VERBOSE;
348
settings.windowless_rendering_enabled = true;
349
settings.no_sandbox = true;
350
+ CefString(&settings.cache_path).FromASCII(obs_module_config_path(""));
351
CefString(&settings.browser_subprocess_path) = getBootstrap();
352
CefRefPtr<BrowserApp> app(new BrowserApp());
353
CefExecuteProcess(mainArgs, app, nullptr);
0 commit comments