mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 08:51:26 -06:00
Merge with latest master
This commit is contained in:
@@ -174,7 +174,8 @@ void WebGuiModule::internalInitialize(const ghoul::Dictionary& configuration) {
|
||||
auto startOrStop = [this]() {
|
||||
if (_enabled && !_entryPoint.value().empty()) {
|
||||
startProcess();
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
stopProcess();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user