Merge with latest master

This commit is contained in:
GPayne
2020-02-19 09:25:33 -07:00
parent 79a3b42d06
commit addfa65fa6
230 changed files with 1151 additions and 2270 deletions

View File

@@ -174,7 +174,8 @@ void WebGuiModule::internalInitialize(const ghoul::Dictionary& configuration) {
auto startOrStop = [this]() {
if (_enabled && !_entryPoint.value().empty()) {
startProcess();
} else {
}
else {
stopProcess();
}
};