Merging master in to sync with new release

This commit is contained in:
GPayne
2022-05-12 14:59:15 -06:00
3111 changed files with 102378 additions and 6391 deletions
-5
View File
@@ -140,11 +140,6 @@ void WebBrowserModule::internalInitialize(const ghoul::Dictionary& dictionary) {
_enabled = dictionary.value<bool>("Enabled");
}
const bool isMaster = global::windowDelegate->isMaster();
if (!_enabled || (!isMaster)) {
return;
}
LDEBUG(fmt::format("CEF using web helper executable: {}", _webHelperLocation));
_cefHost = std::make_unique<CefHost>(_webHelperLocation.string());
LDEBUG("Starting CEF... done!");