mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Change frontend endpoint to gui (#3717)
This commit is contained in:
@@ -212,7 +212,7 @@ void CefWebGuiModule::internalInitialize(const ghoul::Dictionary& configuration)
|
||||
_endpointCallback = webGuiModule->addEndpointChangeCallback(
|
||||
[this](const std::string& endpoint, bool exists) {
|
||||
ZoneScopedN("CefWebGuiModule::endpointCallback");
|
||||
if (exists && endpoint == "frontend" && _instance) {
|
||||
if (exists && endpoint == "gui" && _instance) {
|
||||
_instance->reloadBrowser();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user