DocsUpdater 1rev

This commit is contained in:
2025-11-11 14:55:37 +03:00
parent ff8767d1b3
commit 9b87bcc490
14 changed files with 387 additions and 14 deletions

View File

@@ -52,7 +52,13 @@ bool Module::getIsActive()
return this->isActive;
}
void Module::setModeList(ModeList modeList)
{
this->modeList = modeList;
if(modeList.demo || modeList.train || modeList.exam || modeList.autoM)
setIsActiveTrue();
}
PM::PM():
modelIdentCode (),